woocommerce_webhook_process_delivery

woocommerce_webhook_process_delivery

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_webhook_process_delivery') is found 1 times:

  • /includes/class-wc-webhook.php line 130
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
         *
         * @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.

See this hook used in plugins: