woocommerce_webhook_hooks

woocommerce_webhook_hooks

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_webhook_hooks') is found 1 times:

  • /includes/class-wc-webhook.php line 1042
    		} else {
    			$hooks = $this->get_topic_hooks( $this->get_topic() );
    		}
    
    		return apply_filters( 'woocommerce_webhook_hooks', $hooks, $this->get_id() );
    	}
    
    	/**
    	 * Get the resource for the webhook, e.g. `order`.
    	 *
    	 * @since  2.2.0