woocommerce_analytics_is_test_order
woocommerce_analytics_is_test_order
Appears in: woocommerce.10.8.1
Hook Type: filter
Displaying hooks found in version: woocommerce.10.8.1apply_filters('woocommerce_analytics_is_test_order') is found 1 times:
- /src/Internal/Admin/Schedulers/OrdersScheduler.php line 735
* @param \WC_Abstract_Order $order The order being checked (for refunds, this is the parent order). * * @since 10.7.0 */ return apply_filters( 'woocommerce_analytics_is_test_order', $is_test, $check_order ); } /** * Delete a batch of orders. * * @internal