WC_Admin_Notices::store_notices()public staticWC 1.0

Store the locally cached notices to DB.

Метод класса: WC_Admin_Notices{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = 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() );
}