WC_Admin_Notices::get_notices()
Get notices
Метод класса: WC_Admin_Notices{}
Хуков нет.
Возвращает
Массив
.
Использование
$result = WC_Admin_Notices::get_notices();
Код WC_Admin_Notices::get_notices() WC Admin Notices::get notices WC 7.3.0
public static function get_notices() { return self::$notices; }