Skip to content

mc_generator_tabs

Joe Dolson edited this page May 15, 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