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