WPSEO_Upgrade::remove_notifications_for_141()
Removes notifications from the Notification center for the 14.1 upgrade.
Метод класса: WPSEO_Upgrade{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPSEO_Upgrade = new WPSEO_Upgrade(); $WPSEO_Upgrade->remove_notifications_for_141();
Код WPSEO_Upgrade::remove_notifications_for_141() WPSEO Upgrade::remove notifications for 141 Yoast 24.9
public function remove_notifications_for_141() { Yoast_Notification_Center::get()->remove_notification_by_id( 'wpseo-dismiss-recalculate' ); Yoast_Notification_Center::get()->remove_notification_by_id( 'wpseo-dismiss-blog-public-notice' ); Yoast_Notification_Center::get()->remove_notification_by_id( 'wpseo-links-table-not-accessible' ); Yoast_Notification_Center::get()->remove_notification_by_id( 'wpseo-post-type-archive-notification' ); }