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.

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_map filter to add tabs registered here to the map that will allow them to be activated.


Top ↑

Source

File: src/Tribe/Commerce/Orders_Tabbed_View.php


Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.