mc_generator_tabs - joedolson/my-calendar GitHub Wiki

Insert a tab selector button into the shortcode generator tab list.

Auto-generated Example

add_filter(
   'mc_generator_tabs',
    function( string $tabs ) {
        // Your code here.
        return $tabs;
    }
);

Parameters

  • string $tabs Tab HTML content.

Returns

string

Files

apply_filters( 'mc_generator_tabs', '' )

← All Hooks