Yoast_Notification::get_id()publicYoast 1.0

Retrieve notification ID string.

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

Хуков нет.

Возвращает

Строку.

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

$Yoast_Notification = new Yoast_Notification();
$Yoast_Notification->get_id();

Код Yoast_Notification::get_id() Yoast 22.3

public function get_id() {
	return $this->options['id'];
}