friends_user_post_undo_reaction - akirk/friends GitHub Wiki

Auto-generated Example

add_action(
   'friends_user_post_undo_reaction',
    function(
        $post_id,
        $validate_emoji,
        $reaction,
        $term
    ) {
        // Your code here.
    },
    10,
    4
);

Parameters

  • $post_id
  • $validate_emoji
  • $reaction
  • $term

Files

do_action( 'friends_user_post_undo_reaction', $post_id, self::validate_emoji( $reaction ), $reaction, $term )

← All Hooks