WC_Admin_Notices::remove_all_notices()
Remove all notices from the locally cached notices array.
Method of the class: WC_Admin_Notices{}
No Hooks.
Return
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 9.6.1
public static function remove_all_notices() { self::set_notices( array() ); }