Skip to content

mc_generator_tab_content

github-actions[bot] edited this page May 15, 2026 · 4 revisions

Insert a tab panel into the shortcode generator tabs.

Auto-generated Example

add_filter(
   'mc_generator_tab_content',
    function(
        {string} $tabs,
        {array} $data
    ) {
        // Your code here.
        return $tabs;
    },
    10,
    2
);

Parameters

  • {string} $tabs Tab HTML content.
  • {array} $data Data from last generator submission.

Returns

{string}

Files

apply_filters( 'mc_generator_tab_content', '', $data )

← All Hooks

Clone this wiki locally