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