WPSEO_Admin_Gutenberg_Compatibility_Notification::__construct()publicYoast 1.0

WPSEO_Admin_Gutenberg_Compatibility_Notification constructor.

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

Хуков нет.

Возвращает

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

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

$WPSEO_Admin_Gutenberg_Compatibility_Notification = new WPSEO_Admin_Gutenberg_Compatibility_Notification();
$WPSEO_Admin_Gutenberg_Compatibility_Notification->__construct();

Код WPSEO_Admin_Gutenberg_Compatibility_Notification::__construct() Yoast 22.4

public function __construct() {
	$this->compatibility_checker = new WPSEO_Gutenberg_Compatibility();
	$this->notification_center   = Yoast_Notification_Center::get();
}