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.


Top ↑

Source Source

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


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.