woocommerce_webhook_process_delivery, $this, $arg
woocommerce_webhook_process_delivery, $this, $arg
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_webhook_process_delivery, $this, $arg') is found 1 times:
- /includes/class-wc-webhook.php line 130
* * @since 3.3.0 * @hooked wc_webhook_process_delivery - 10 */ do_action( 'woocommerce_webhook_process_delivery', $this, $arg ); return $arg; } /** * Helper to check if the webhook should be delivered, as some hooks.