-
Notifications
You must be signed in to change notification settings - Fork 17
friends_potential_avatars
Alex Kirk edited this page Apr 9, 2024
·
4 revisions
This template contains the friend editor.
add_filter(
'friends_potential_avatars',
function (
array $array,
$friend
) {
// Your code here
return $array;
},
10,
2
);
-
array
$array
$friend
apply_filters( 'friends_potential_avatars', array(), $args['friend'] )