friends_author_header - akirk/friends GitHub Wiki

Auto-generated Example

add_action(
   'friends_author_header',
    function(
        $friend_user,
        $args
    ) {
        // Your code here.
    },
    10,
    2
);

Parameters

  • $friend_user
  • $args

Files

do_action( 'friends_author_header', $args['friend_user'], $args )

← All Hooks