apply_filters( 'llms_plan_get_checkout_url', string $ret , LLMS_Access_Plan $this , bool $check_availability )
Filter the checkout URL for an access plan.
Contents
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)
More Information More Information
Examples Examples
Source Source
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Introduced. |