Skip to content

friends_potential_avatars

Alex Kirk edited this page Apr 9, 2024 · 4 revisions

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'] )

Hooks

Clone this wiki locally