do_action( 'bigcommerce/form/error', WP_Error $errors, array $submission )

Summary

Triggered when a form has errors that prevent completion.


Parameters

$errors

(WP_Error) The message that will display to the user

$submission

(array) The data submitted to the form


Source

File: src/BigCommerce/Forms/Registration_Handler.php



User Contributed Notes

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