-
Notifications
You must be signed in to change notification settings - Fork 14
friends_message_minimum_cap
Alex Kirk edited this page Nov 22, 2024
·
10 revisions
add_filter(
'friends_message_minimum_cap',
function (
string $friend,
$friend_user
) {
// Your code here
return $friend;
},
10,
2
);
-
string
$friend
$friend_user
apply_filters( 'friends_message_minimum_cap', 'friend', $friend_user )