Skip to content

Commit

Permalink
remove old news seo active property
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Sep 11, 2024
1 parent 13b3326 commit 36601be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/class-wpseo-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,6 @@ public static function get_admin_l10n() {
'isBreadcrumbsDisabled' => WPSEO_Options::get( 'breadcrumbs-enable', false ) !== true && ! current_theme_supports( 'yoast-seo-breadcrumbs' ),
// phpcs:ignore Generic.ControlStructures.DisallowYodaConditions -- Bug: squizlabs/PHP_CodeSniffer#2962.
'isPrivateBlog' => ( (string) get_option( 'blog_public' ) ) === '0',
'news_seo_is_active' => ( defined( 'WPSEO_NEWS_FILE' ) ),
'isAiFeatureActive' => (bool) WPSEO_Options::get( 'enable_ai_generator' ),
];

Expand Down

0 comments on commit 36601be

Please sign in to comment.