Skip to content

friends_author_header

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

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 )

Hooks

Clone this wiki locally