woocommerce_order_list_table_restrict_manage_orders
woocommerce_order_list_table_restrict_manage_orders
Hook Type: action
Displaying hooks found in version: woocommerce.7.5.1do_action('woocommerce_order_list_table_restrict_manage_orders') is found 1 times:
- /src/Internal/Admin/Orders/ListTable.php line 603
* * @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_restrict_manage_orders', $this->order_type, $which ); $output = ob_get_clean(); if ( ! empty( $output ) ) { echo $output; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped submit_button( __( 'Filter', 'woocommerce' ), '', 'filter_action', false, array( 'id' => 'order-query-submit' ) );