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.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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