WC_Product_External::is_purchasable()

Returns false if the product cannot be bought.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/class-wc-product-external.php

	public function is_purchasable() {
		return apply_filters( 'woocommerce_is_purchasable', false, $this );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.