-
Notifications
You must be signed in to change notification settings - Fork 19
friends_potential_avatars
github-actions[bot] edited this page Jul 27, 2025
·
5 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'] )