WPSEO_Admin_Init::unsupported_php_notice()
Creates an unsupported PHP version notification in the notification center.
Метод класса: WPSEO_Admin_Init{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPSEO_Admin_Init = new WPSEO_Admin_Init(); $WPSEO_Admin_Init->unsupported_php_notice();
Код WPSEO_Admin_Init::unsupported_php_notice() WPSEO Admin Init::unsupported php notice Yoast 23.5
public function unsupported_php_notice() { $notification_center = Yoast_Notification_Center::get(); $notification_center->remove_notification_by_id( 'wpseo-dismiss-unsupported-php' ); }