-
Notifications
You must be signed in to change notification settings - Fork 15
friends_plugin_roles
Alex Kirk edited this page Nov 22, 2024
·
11 revisions
add_filter(
'friends_plugin_roles',
function ( array $string_list ) {
// Your code here
return $string_list;
}
);
-
array
$string_list
apply_filters( 'friends_plugin_roles', array( 'friend', 'pending_friend_request', 'friend_request', 'subscription' ) )