apply_filters( 'bigcommerce/forms/show_messages', bool $show, int $post_id )

Summary

Filter whether to show error/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

$post_id

(int) The ID of the current post


Source

File: src/BigCommerce/Forms/Messages.php



User Contributed Notes

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