Yoast_Notification::get_id
Retrieve notification ID string.
Метод класса: Yoast_Notification{}
Хуков нет.
Возвращает
Строку.
Использование
$Yoast_Notification = new Yoast_Notification(); $Yoast_Notification->get_id();
Код Yoast_Notification::get_id() Yoast Notification::get id Yoast 26.7
public function get_id() {
return $this->options['id'];
}