Skip to content

friends_user_post_reaction

Alex Kirk edited this page Oct 17, 2024 · 11 revisions

Auto-generated Example

add_action(
    'friends_user_post_reaction',
    function (
        $post_id,
        $validate_emoji,
        $reaction,
        $terms
    ) {
        // Your code here
    },
    10,
    4
);

Parameters

  • $post_id
  • $validate_emoji
  • $reaction
  • $terms

Files

do_action( 'friends_user_post_reaction', $post_id, self::validate_emoji( $reaction ), $reaction, $terms[0] )

Hooks

Clone this wiki locally