Yoast_Notification_Center::get()
Singleton getter.
Метод класса: Yoast_Notification_Center{}
Хуков нет.
Возвращает
Yoast_Notification_Center
.
Использование
$result = Yoast_Notification_Center::get();
Код Yoast_Notification_Center::get() Yoast Notification Center::get Yoast 21.6
public static function get() { if ( self::$instance === null ) { self::$instance = new self(); } return self::$instance; }