woocommerce_webhook_topic, $this->get_prop( topic, $context
woocommerce_webhook_topic, $this->get_prop( topic, $context
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_webhook_topic, $this->get_prop( topic, $context') is found 1 times:
- /includes/class-wc-webhook.php line 742
* Valid values are 'view' and 'edit'. * @return string */ public function get_topic( $context = 'view' ) { return apply_filters( 'woocommerce_webhook_topic', $this->get_prop( 'topic', $context ), $this->get_id() ); } /** * Get the delivery URL. * * @since 2.2.0