woocommerce_order_list_table_restrict_manage_orders

woocommerce_order_list_table_restrict_manage_orders

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_order_list_table_restrict_manage_orders') is found 1 times:

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

See this hook used in plugins: