woocommerce_order_actions

woocommerce_order_actions

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_actions') is found 1 times:

  • /includes/admin/meta-boxes/class-wc-meta-box-order-actions.php line 217

    Warning: Undefined array key 219 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 220 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 221 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 222 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param array         $actions The available order actions for the order.
    		 * @param WC_Order|null $order   The order object or null if no order is available.
    		 */
    		return apply_filters( 'woocommerce_order_actions', $actions, $order );
    	}
    }