-
Notifications
You must be signed in to change notification settings - Fork 14
friends_author_header
Alex Kirk edited this page Apr 9, 2024
·
9 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 )