llms_cancel_payment_url()
Get url for when user cancels payment
Description Description
Return Return
(string) [url to redirect user to on form post]
Source Source
File: includes/functions/llms.functions.page.php
function llms_cancel_payment_url() { $cancel_payment_url = esc_url( get_permalink( llms_get_page_id( 'checkout' ) ) ); return apply_filters( 'lifterlms_checkout_confirm_payment_url', $cancel_payment_url ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: