LLMS_Access_Plan::get_checkout_url( bool $check_availability = true )
Retrieve the full URL to the checkout screen for the plan
Description Description
Parameters Parameters
- $check_availability
-
(Optional) determine if availability checks should be made (allows retrieving plans on admin panel).
Default value: true
Return Return
(string)
Source Source
File: includes/models/model.llms.access.plan.php
Changelog Changelog
Version | Description |
---|---|
3.31.0 | The $check_availability parameter was added to the filter llms_plan_get_checkout_url |
3.30.0 | Added access plan redirection settings. |
3.0.0 | Introduced. |