WC_Admin_Notices::store_notices()
Store the locally cached notices to DB.
Метод класса: WC_Admin_Notices{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$result = WC_Admin_Notices::store_notices();
Код WC_Admin_Notices::store_notices() WC Admin Notices::store notices WC 9.4.2
public static function store_notices() { update_option( 'woocommerce_admin_notices', self::get_notices() ); }