apply_filters( 'llms_product_get_restrictions', string[] $restrictions , LLMS_Product $product )
Filter the product’s restrictions.
Parameters Parameters
- $restrictions
-
(string[]) An array of strings describing the restrictions placed on the product.
- $product
-
(LLMS_Product) The LLMS_Product object.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.8.0 | Introduced. |