woocommerce_webhook_options, $webhook

woocommerce_webhook_options, $webhook

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_webhook_options, $webhook') is found 1 times:

  • /includes/admin/settings/views/html-webhooks-edit.php line 175
    	 * Fires within the webhook editor, after the Webhook Data fields have rendered.
    	 *
    	 * @param WC_Webhook $webhook
    	 */
    	do_action( 'woocommerce_webhook_options', $webhook );
    	?>
    </div>
    
    <div id="webhook-actions" class="settings-panel">
    	<h2><?php esc_html_e( 'Webhook actions', 'woocommerce' ); ?></h2>
    	<table class="form-table">