Skip to content

cmb2_tab_group_tabs

github-actions[bot] edited this page Jun 25, 2026 · 1 revision

Auto-generated Example

add_filter(
   'cmb2_tab_group_tabs',
    function(
        $tabs,
        $tab_group
    ) {
        // Your code here.
        return $tabs;
    },
    10,
    2
);

Parameters

  • $tabs
  • $tab_group

Files

apply_filters( 'cmb2_tab_group_tabs', $tabs, $tab_group )

← All Hooks

Clone this wiki locally