-
Notifications
You must be signed in to change notification settings - Fork 19
friend_user_role_name
github-actions[bot] edited this page Mar 26, 2026
·
17 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 )