-
Notifications
You must be signed in to change notification settings - Fork 19
friends_user_post_undo_reaction
github-actions[bot] edited this page Jul 27, 2025
·
12 revisions
add_action(
'friends_user_post_undo_reaction',
function(
$post_id,
$validate_emoji,
$reaction,
$term
) {
// Your code here.
},
10,
4
);$post_id$validate_emoji$reaction$term
do_action( 'friends_user_post_undo_reaction', $post_id, self::validate_emoji( $reaction ), $reaction, $term )