woocommerce_webhook_resource

woocommerce_webhook_resource

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_webhook_resource') is found 1 times:

  • /includes/class-wc-webhook.php line 1054
    	 */
    	public function get_resource() {
    		$topic = explode( '.', $this->get_topic() );
    
    		return apply_filters( 'woocommerce_webhook_resource', $topic[0], $this->get_id() );
    	}
    
    	/**
    	 * Get the event for the webhook, e.g. `created`.
    	 *
    	 * @since  2.2.0