apply_filters( 'llms_before_generate_order_validation', null|WP_Error $validation_error )

Allows 3rd party validation prior to generation of an order.


Description Description

This validation hook runs prior to all default validation.


Top ↑

Parameters Parameters

$validation_error

(null|WP_Error) Halts checkout and returns the supplied error.


Top ↑

Source Source

File: includes/class-llms-order-generator.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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