woocommerce_show_messages()
Deprecated from version 2.1. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
No Hooks.
Return
null
. Nothing (null).
Usage
woocommerce_show_messages();
Changelog
Deprecated since | 2.1 |
woocommerce_show_messages() woocommerce show messages code WC 9.6.1
function woocommerce_show_messages() { wc_deprecated_function( 'woocommerce_show_messages', '2.1', 'wc_print_notices' ); wc_print_notices(); }