WPSEO_Admin_Gutenberg_Compatibility_Notification::__construct()
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() WPSEO Admin Gutenberg Compatibility Notification:: construct Yoast 24.3
public function __construct() { $this->compatibility_checker = new WPSEO_Gutenberg_Compatibility(); $this->notification_center = Yoast_Notification_Center::get(); }