WC_Webhook::set_delivery_url( string $url )
Set the delivery URL.
Description Description
Parameters Parameters
- $url
-
(Required) Delivery URL.
Source Source
File: includes/class-wc-webhook.php
public function set_delivery_url( $url ) { $this->set_prop( 'delivery_url', esc_url_raw( $url, array( 'http', 'https' ) ) ); }
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |