- During payment gateway order completion, use
llms_redirect_and_exit()
instead ofwp_redirect()
andexit()
.
LifterLMS REST API v1.0.0-beta.5
- Load all required files and functions when authentication is triggered.
- Access
$_SERVER
variables viafilter_var
instead ofllms_filter_input
to work around PHP bug https://bugs.php.net/bug.php?id=49184.
Leave a Reply