WC_Admin_Notices::remove_all_notices()

Remove all notices.


Description Description


Source Source

File: includes/admin/class-wc-admin-notices.php

	public static function remove_all_notices() {
		self::$notices = array();
	}


Top ↑

User Contributed Notes User Contributed Notes

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