-
Notifications
You must be signed in to change notification settings - Fork 19
friends_unreact
github-actions[bot] edited this page May 15, 2026
·
35 revisions
add_filter(
'friends_unreact',
function(
$ret,
$post_id,
string $reaction,
$taxonomy_username = null
) {
// Your code here.
return $ret;
},
10,
3
);$ret$post_id-
string$reactionOther variable names:$2b50 $taxonomy_username
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 )