apply_filters( 'llms_plan_get_checkout_redirection', string $redirection , string $redirection_type , LLMS_Acccess_Plan $this )
Filter the checkout redirection parameter
Description Description
Parameters Parameters
- $redirection
-
The calculated url to redirect to.
- $redirection_type
-
Available redirection types 'self', 'membership', 'page', 'url' or a custom type.
- $this
-
Current Access Plan object.
Source Source
File: includes/models/model.llms.access.plan.php
Changelog Changelog
Version | Description |
---|---|
3.30.0 | Introduced. |