woocommerce_order_list_table_extra_tablenav
woocommerce_order_list_table_extra_tablenav
Hook Type: action
Displaying hooks found in version: woocommerce.7.5.1do_action('woocommerce_order_list_table_extra_tablenav') is found 1 times:
- /src/Internal/Admin/Orders/ListTable.php line 626
* * @param string $order_type The order type. * @param string $which The location of the extra table nav: 'top' or 'bottom'. */ do_action( 'woocommerce_order_list_table_extra_tablenav', $this->order_type, $which ); echo '</div>'; } /** * Render the months filter dropdown.