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.8.7.0

do_action('woocommerce_webhook_deleted') is found 1 times:

  • /includes/data-stores/class-wc-webhook-data-store.php line 189
     
    		$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: