apply_filters( 'lifterlms_completed_transaction_redirect', string $redirect, LLMS_Order $order )

Filters the redirect on order completion.


Parameters Parameters

$redirect

(string) The URL to redirect user to.

$order

(LLMS_Order) The order object.


Top ↑

More Information More Information

Examples Examples

https://gist.github.com/thomasplevy/5c2abdea0d01d549f32e7114d4a1bfe7

https://gist.github.com/thomasplevy/6e5aeec68599e7086b0008cd241f7a38


Top ↑

Source Source

File: includes/abstracts/abstract.llms.payment.gateway.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.