-
Notifications
You must be signed in to change notification settings - Fork 14
friends_get_reaction_display_name
Alex Kirk edited this page Apr 9, 2024
·
6 revisions
add_filter(
'friends_get_reaction_display_name',
function (
bool $false,
$term
) {
// Your code here
return $false;
},
10,
2
);
-
bool
$false
$term
apply_filters( 'friends_get_reaction_display_name', false, $term )