friends_potential_avatars - akirk/friends GitHub Wiki

This template contains the friend editor.

Auto-generated Example

add_filter(
   'friends_potential_avatars',
    function(
        array $array,
        $friend
    ) {
        // Your code here.
        return $array;
    },
    10,
    2
);

Parameters

  • array $array
  • $friend

Files

apply_filters( 'friends_potential_avatars', array(), $args['friend'] )

← All Hooks