WC_Admin_Notices::remove_all_notices
Remove all notices from the locally cached notices array.
Method of the class: WC_Admin_Notices{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Admin_Notices::remove_all_notices();
WC_Admin_Notices::remove_all_notices() WC Admin Notices::remove all notices code WC 10.5.0
public static function remove_all_notices() {
self::set_notices( array() );
}