-
Notifications
You must be signed in to change notification settings - Fork 19
friends_main_feed_header
github-actions[bot] edited this page May 21, 2026
·
13 revisions
add_action(
'friends_main_feed_header',
function( $args ) {
// Your code here.
}
);$args
do_action( 'friends_main_feed_header', $args )