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
-
The checkout URL.
- $this
-
Access plan object.
- $check_availability
-
Determine if availability checks should be made. (allows retrieving plans on admin panel)
Source Source
File: includes/models/model.llms.access.plan.php
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Introduced. |