woocommerce_webhook_name

woocommerce_webhook_name

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_webhook_name') is found 1 times:

  • /includes/class-wc-webhook.php line 684
    	 *                         Valid values are 'view' and 'edit'.
    	 * @return string
    	 */
    	public function get_name( $context = 'view' ) {
    		return apply_filters( 'woocommerce_webhook_name', $this->get_prop( 'name', $context ), $this->get_id() );
    	}
    
    	/**
    	 * Get the webhook status.
    	 *
    	 * - 'active' - delivers payload.