WC_Shortcodes::shop_messages()

Show messages.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-shortcodes.php

	public static function shop_messages() {
		if ( ! function_exists( 'wc_print_notices' ) ) {
			return '';
		}
		return '<div class="woocommerce">' . wc_print_notices( true ) . '</div>';
	}


Top ↑

User Contributed Notes User Contributed Notes

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