apply_filters( 'tribe_tickets_orders_tabbed_view_tab_map', array $tab_map )
Filters the attendee and orders tabbed view tabs to map the tab request slug to the registered tabs.
Contents
The map will relate the GET query variable to the registered tab slugs.
Parameters
- $tab_map
-
(array) An associative array in the [ <query_var> => <tab_slug> ] format.
Source
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |