apply_filters( 'llms_before_checkout_validation', boolean $valid )

Allow 3rd parties to perform their own validation prior to standard validation.


Description Description

If this returns a truthy, we’ll stop processing.

The extension should add a notice in addition to returning the truthy.


Top ↑

Parameters Parameters

$valid

(boolean) Validation status. If true ceases checkout execution. If false checkout proceeds.


Top ↑

More Information More Information

Examples Examples

https://gist.github.com/thomasplevy/c4efe03497d0ab159ca65f671be9dc8f


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.