-
Notifications
You must be signed in to change notification settings - Fork 19
friends_react
github-actions[bot] edited this page Jul 28, 2026
·
47 revisions
add_filter(
'friends_react',
function(
$ret,
$post_id,
string $2b50,
$taxonomy_username = null
) {
// Your code here.
return $ret;
},
10,
3
);$ret$post_id-
string$2b50Other variable names:$reaction $taxonomy_username
apply_filters( 'friends_react', null, $post_id, '2b50', $taxonomy_username )apply_filters( 'friends_react', null, $post_id, $reaction )apply_filters( 'friends_react', null, $post_id, $reaction )