apply_filters( 'lifterlms_pre_checkout_error', bool|string $pre_error )

Allows gateways or third parties to output custom errors before any core logic is executed.


Description Description

This filter returns false by default. To output custom errors return the error message as a string that will be displayed on screen.


Top ↑

Parameters Parameters

$pre_error

(bool|string) A custom error message.


Top ↑

Source Source

File: includes/shortcodes/class.llms.shortcode.checkout.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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