Skip to content

friends_author_header

github-actions[bot] edited this page Jul 9, 2026 · 18 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 )

← All Hooks

Clone this wiki locally