woocommerce_admin_order_actions

woocommerce_admin_order_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_admin_order_actions') is found 1 times:

  • /src/Internal/Admin/Orders/ListTable.php line 1175
    		 * @param array    $action Order actions.
    		 * @param WC_Order $order  Current order object.
    		 * @since 6.7.0
    		 */
    		$actions = apply_filters( 'woocommerce_admin_order_actions', $actions, $order );
    
    		// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    		echo wc_render_action_buttons( $actions );
    
    		/**
    		 * Fires after the order action buttons (within the actions column for the order list table)