apply_filters( 'llms_get_product_pricing_table_columns_count', int $cols , LLMS_Product $product , int $count , bool $free_only )
Filter the number of columns of the product’s pricing table.
Parameters Parameters
- $cols
-
(int) The number of columns of the pricing table for the
$product
. - $product
-
(LLMS_Product) The LLMS_Product instance.
- $count
-
(int) The number of access plans related to the product
$product
. - $free_only
-
(bool) Whether or not to include the free access plans only.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |