Skip to content

friends_unreact

github-actions[bot] edited this page May 15, 2026 · 35 revisions

Auto-generated Example

add_filter(
   'friends_unreact',
    function(
        $ret,
        $post_id,
        string $reaction,
        $taxonomy_username = null
    ) {
        // Your code here.
        return $ret;
    },
    10,
    3
);

Parameters

  • $ret
  • $post_id
  • string $reaction Other variable names: $2b50
  • $taxonomy_username

Files

apply_filters( 'friends_unreact', null, $post_id, $reaction )
apply_filters( 'friends_unreact', null, $post_id, '2b50', $taxonomy_username )
apply_filters( 'friends_unreact', null, $post_id, $reaction )

← All Hooks

Clone this wiki locally