woocommerce_show_messages()WC 1.0

Deprecated since 2.1. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

No Hooks.

Returns

null. Nothing (null).

Usage

woocommerce_show_messages();

Changelog

Deprecated since 2.1

woocommerce_show_messages() code WC 10.5.0

function woocommerce_show_messages() {
	wc_deprecated_function( 'woocommerce_show_messages', '2.1', 'wc_print_notices' );
	wc_print_notices();
}