Skip to content

friends_react

Alex Kirk edited this page Oct 16, 2024 · 9 revisions

2764 = heart.

Auto-generated Example

add_filter(
    'friends_react',
    function (
        $ret,
        $post_id,
        string $reaction,
        $taxonomy_username
    ) {
        // Your code here
        return $ret;
    },
    10,
    4
);

Parameters

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

Files

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

Hooks

Clone this wiki locally