WPSEO_Post_Type::remove_post_types_made_public_notification()
Устарела с версии 20.10. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Removes the notification related to the post types which have been made public.
Метод класса: WPSEO_Post_Type{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$result = WPSEO_Post_Type::remove_post_types_made_public_notification();
Список изменений
Устарела с | 20.10 |
Код WPSEO_Post_Type::remove_post_types_made_public_notification() WPSEO Post Type::remove post types made public notification Yoast 24.9
public static function remove_post_types_made_public_notification() { _deprecated_function( __METHOD__, 'Yoast SEO 20.10', 'Content_Type_Visibility_Dismiss_Notifications::dismiss_notifications' ); $notification_center = Yoast_Notification_Center::get(); $notification_center->remove_notification_by_id( 'post-types-made-public' ); }