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.

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.


Top ↑

Source

File: src/Tribe/Commerce/Orders_Tabbed_View.php


Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.