WC_Admin_Notices::get_notices()
Get notices
Method of the class: WC_Admin_Notices{}
No Hooks.
Return
Array
.
Usage
$result = WC_Admin_Notices::get_notices();
WC_Admin_Notices::get_notices() WC Admin Notices::get notices code WC 7.5.1
public static function get_notices() { return self::$notices; }