apply_filters( 'bigcommerce/forms/show_error_messages', bool $show, array $data )

Summary

Filter whether to show error messages above forms. If disabled, the theme or plugin should show them elsewhere.


Parameters

$show

(bool) true to show messages, false to disable them

$data

(array) Data for the error messages


Source

File: src/BigCommerce/Forms/Messages.php


User Contributed Notes

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