-
Notifications
You must be signed in to change notification settings - Fork 14
friends_react
Alex Kirk edited this page Oct 16, 2024
·
9 revisions
2764 = heart.
add_filter(
'friends_react',
function (
$ret,
$post_id,
string $reaction,
$taxonomy_username
) {
// Your code here
return $ret;
},
10,
4
);
$ret
$post_id
-
string
$reaction
Other variable names:$2b50
$taxonomy_username
apply_filters( 'friends_react', null, $post_id, $reaction )
apply_filters( 'friends_react', null, $post_id, '2b50', $taxonomy_username )
apply_filters( 'friends_react', null, $post_id, $reaction )