Tribe__Tickets_Plus__Commerce__WooCommerce__Tabbed_View__Report_Tabbed_View::register()
Registers the tabbed view actions.
The tabs are not AJAX powered by UI around existing links.
Source
File: src/Tribe/Commerce/WooCommerce/Tabbed_View/Report_Tabbed_View.php
public function register() {
add_filter( 'tribe_tickets_orders_tabbed_view_tab_map', array( $this, 'filter_tribe_tickets_orders_tabbed_view_tab_map' ) );
add_action( 'tribe_tickets_orders_tabbed_view_register_tab_right', array( $this, 'register_orders_tab' ), 10, 2 );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |