WC_Product_External::is_purchasable()
Returns false if the product cannot be bought.
Description Description
Return Return
(bool)
Source Source
File: includes/class-wc-product-external.php
public function is_purchasable() { return apply_filters( 'woocommerce_is_purchasable', false, $this ); }