do_action( 'tribe_tickets_orders_tabbed_view_register_tab_right', Tribe__Tabbed_View $tabbed_view , WP_Post $post , string|null $active )
Fires before the tabbed view renders to allow for additional tabs registration before the default tabs are added.
Contents
Note that the tabbed view will not render if only a tab is registered; tabs registered during this action will appear right (after) the default ones.
Parameters
- $tabbed_view
-
(Tribe__Tabbed_View) The tabbed view that is rendering.
- $post
-
(WP_Post) The post orders should be shown for.
- $active
-
(string|null) The currently active tab, use the
tribe_tickets_orders_tabbed_view_tab_mapfilter to add tabs registered here to the map that will allow them to be activated.
Source
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |