woocommerce_order_list_table_extra_tablenav

woocommerce_order_list_table_extra_tablenav

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_order_list_table_extra_tablenav') is found 1 times:

  • /src/Internal/Admin/Orders/ListTable.php line 746
    		 *
    		 * @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.