apply_filters( 'llms_after_checkout_validation', boolean $stop_processing )

Allow gateways, extensions, etc to do their own validation.


Description Description

After all standard validations are successfully.

If this returns a truthy, we’ll stop processing. The extension should add a notice in addition to returning the truthy.


Top ↑

Parameters Parameters

$stop_processing

(boolean) When a true, we'll stop processing. Default is false.


Top ↑

Source Source

File: includes/controllers/class.llms.controller.orders.php

View on GitHub


Top ↑

User Contributed Notes User Contributed Notes

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