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