-
Notifications
You must be signed in to change notification settings - Fork 19
friends_author_header
github-actions[bot] edited this page Jul 9, 2026
·
18 revisions
add_action(
'friends_author_header',
function(
$friend_user,
$args
) {
// Your code here.
},
10,
2
);$friend_user$args
do_action( 'friends_author_header', $args['friend_user'], $args )