woocommerce_webhook_delivery_url

woocommerce_webhook_delivery_url

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_webhook_delivery_url') is found 1 times:

  • /includes/class-wc-webhook.php line 719
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    *                         Valid values are 'view' and 'edit'.
     * @return string
     */
    public function get_delivery_url( $context = 'view' ) {
        return apply_filters( 'woocommerce_webhook_delivery_url', $this->get_prop( 'delivery_url', $context ), $this->get_id() );
    }
     
    /**
     * Get the user ID for this webhook.
     *
     * @since  2.2.0