apply_filters( 'llms_plan_get_checkout_url', string $ret , LLMS_Access_Plan $this , bool $check_availability )
Filter the checkout URL for an access plan.
Description Description
Parameters Parameters
- $ret
-
(string) The checkout URL.
- $this
-
(LLMS_Access_Plan) Access plan object.
- $check_availability
-
(bool) Determine if availability checks should be made. (allows retrieving plans on admin panel)
Source Source
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: