Skip to content

friends_main_feed_header

Alex Kirk edited this page Apr 9, 2024 · 9 revisions

Auto-generated Example

add_action(
    'friends_main_feed_header',
    function ( $args ) {
        // Your code here
    }
);

Parameters

  • $args

Files

do_action( 'friends_main_feed_header', $args )

Hooks

Clone this wiki locally