-
Notifications
You must be signed in to change notification settings - Fork 14
friends_after_header
Alex Kirk edited this page Oct 16, 2024
·
10 revisions
add_action(
'friends_after_header',
function ( $args ) {
// Your code here
}
);
$args
do_action( 'friends_after_header', $args )