Skip to content

mc_generator_tabs

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

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

Clone this wiki locally