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

Summary

Filter whether to show success 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 success message


Source

File: src/BigCommerce/Forms/Messages.php


User Contributed Notes

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