woocommerce_webhook_deleted

woocommerce_webhook_deleted

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('woocommerce_webhook_deleted') is found 1 times:

  • /includes/data-stores/class-wc-webhook-data-store.php line 189
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
        $this->delete_transients( 'all' );
        wp_cache_delete( $webhook->get_id(), 'webhooks' );
        WC_Cache_Helper::invalidate_cache_group( 'webhooks' );
        do_action( 'woocommerce_webhook_deleted', $webhook->get_id(), $webhook );
    }
     
    /**
     * Get API version number.
     *
     * @since  3.3.0

See this hook used in plugins: