apply_filters( 'lifterlms_completed_transaction_redirect', string $redirect , LLMS_Order $order )
Filters the redirect on order completion.
Contents
Parameters Parameters
- $redirect
-
(string) The URL to redirect user to.
- $order
-
(LLMS_Order) The order object.
More Information More Information
Examples Examples
https://gist.github.com/thomasplevy/5c2abdea0d01d549f32e7114d4a1bfe7
https://gist.github.com/thomasplevy/6e5aeec68599e7086b0008cd241f7a38
Source Source
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |