apply_filters( 'llms_product_is_purchasable', bool $purchasable, LLMS_Product $product )

Filter whether the product is purchasable.


Parameters Parameters

$purchasable

(bool) Whether the product $product is purchasable.

$product

(LLMS_Product) The LLMS_Product instance.


Top ↑

Source Source

File: includes/models/model.llms.product.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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