-
Notifications
You must be signed in to change notification settings - Fork 19
friends_get_reaction_display_name
github-actions[bot] edited this page Jul 27, 2025
·
7 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 )