apply_filters( 'llms_checkout_columns', int $cols , LLMS_Access_Plan $plan , string $form_location )
Filter the number of columns used to render the checkout/enrollment form.
Description Description
Parameters Parameters
- $cols
-
Number of columns. Accepts 1 or 2.
- $plan
-
Access plan object.
- $form_location
-
Form location ID.
Source Source
File: includes/shortcodes/class.llms.shortcode.checkout.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |