woocommerce_webhook_topic

woocommerce_webhook_topic

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_webhook_topic') is found 1 times:

  • /includes/class-wc-webhook.php line 748
    	 *                         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