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
Description Description
Parameters Parameters
- $cols
-
The number of columns of the pricing table for the
$product
. - $product
-
The LLMS_Product instance.
- $count
-
The number of access plans related to the product
$product
. - $free_only
-
Whether or not to include the free access plans only.
Source Source
File: includes/models/model.llms.product.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |