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
-
(string) The calculated url to redirect to.
- $redirection_type
-
(string) Available redirection types 'self', 'membership', 'page', 'url' or a custom type.
- $this
-
(LLMS_Acccess_Plan) Current Access Plan object.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.30.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: