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.
Parameters Parameters
- $cols
-
(int) Number of columns. Accepts 1 or 2.
- $plan
-
(LLMS_Access_Plan) Access plan object.
- $form_location
-
(string) Form location ID.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |