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