From a825771a187bfa3361882a5f19c58e640e250301 Mon Sep 17 00:00:00 2001 From: Thijs van der Heijden Date: Mon, 30 Oct 2023 11:10:19 +0100 Subject: [PATCH] cs --- inc/options/class-wpseo-option-wpseo.php | 218 +++++++++++------------ 1 file changed, 109 insertions(+), 109 deletions(-) diff --git a/inc/options/class-wpseo-option-wpseo.php b/inc/options/class-wpseo-option-wpseo.php index 201823ddf0c..e923feaee3f 100644 --- a/inc/options/class-wpseo-option-wpseo.php +++ b/inc/options/class-wpseo-option-wpseo.php @@ -26,123 +26,123 @@ class WPSEO_Option_Wpseo extends WPSEO_Option { */ protected $defaults = [ // Non-form fields, set via (ajax) function. - 'tracking' => null, - 'toggled_tracking' => false, - 'license_server_version' => false, - 'ms_defaults_set' => false, - 'ignore_search_engines_discouraged_notice' => false, - 'indexing_first_time' => true, - 'indexing_started' => null, - 'indexing_reason' => '', - 'indexables_indexing_completed' => false, - 'index_now_key' => '', + 'tracking' => null, + 'toggled_tracking' => false, + 'license_server_version' => false, + 'ms_defaults_set' => false, + 'ignore_search_engines_discouraged_notice' => false, + 'indexing_first_time' => true, + 'indexing_started' => null, + 'indexing_reason' => '', + 'indexables_indexing_completed' => false, + 'index_now_key' => '', // Non-form field, should only be set via validation routine. - 'version' => '', // Leave default as empty to ensure activation/upgrade works. - 'previous_version' => '', + 'version' => '', // Leave default as empty to ensure activation/upgrade works. + 'previous_version' => '', // Form fields. - 'disableadvanced_meta' => true, - 'enable_headless_rest_endpoints' => true, - 'ryte_indexability' => false, - 'baiduverify' => '', // Text field. - 'googleverify' => '', // Text field. - 'msverify' => '', // Text field. - 'yandexverify' => '', - 'site_type' => '', // List of options. - 'has_multiple_authors' => '', - 'environment_type' => '', - 'content_analysis_active' => true, - 'keyword_analysis_active' => true, - 'inclusive_language_analysis_active' => false, - 'enable_admin_bar_menu' => true, - 'enable_cornerstone_content' => true, - 'enable_xml_sitemap' => true, - 'enable_text_link_counter' => true, - 'enable_index_now' => true, - 'enable_ai_generator' => false, - 'show_onboarding_notice' => false, - 'first_activated_on' => false, - 'myyoast-oauth' => [ + 'disableadvanced_meta' => true, + 'enable_headless_rest_endpoints' => true, + 'ryte_indexability' => false, + 'baiduverify' => '', // Text field. + 'googleverify' => '', // Text field. + 'msverify' => '', // Text field. + 'yandexverify' => '', + 'site_type' => '', // List of options. + 'has_multiple_authors' => '', + 'environment_type' => '', + 'content_analysis_active' => true, + 'keyword_analysis_active' => true, + 'inclusive_language_analysis_active' => false, + 'enable_admin_bar_menu' => true, + 'enable_cornerstone_content' => true, + 'enable_xml_sitemap' => true, + 'enable_text_link_counter' => true, + 'enable_index_now' => true, + 'enable_ai_generator' => false, + 'show_onboarding_notice' => false, + 'first_activated_on' => false, + 'myyoast-oauth' => [ 'config' => [ 'clientId' => null, 'secret' => null, ], 'access_tokens' => [], ], - 'semrush_integration_active' => true, - 'semrush_tokens' => [], - 'semrush_country_code' => 'us', - 'permalink_structure' => '', - 'home_url' => '', - 'dynamic_permalinks' => false, - 'category_base_url' => '', - 'tag_base_url' => '', - 'custom_taxonomy_slugs' => [], - 'enable_enhanced_slack_sharing' => true, - 'zapier_integration_active' => false, - 'zapier_subscription' => [], - 'zapier_api_key' => '', - 'enable_metabox_insights' => true, - 'enable_link_suggestions' => true, - 'algolia_integration_active' => false, - 'import_cursors' => [], - 'workouts_data' => [ 'configuration' => [ 'finishedSteps' => [] ] ], - 'configuration_finished_steps' => [], - 'dismiss_configuration_workout_notice' => false, - 'dismiss_premium_deactivated_notice' => false, - 'importing_completed' => [], - 'wincher_integration_active' => true, - 'wincher_tokens' => [], - 'wincher_automatically_add_keyphrases' => false, - 'wincher_website_id' => '', - 'wordproof_integration_active' => false, - 'wordproof_integration_changed' => false, - 'first_time_install' => false, - 'should_redirect_after_install_free' => false, - 'activation_redirect_timestamp_free' => 0, - 'remove_feed_global' => false, - 'remove_feed_global_comments' => false, - 'remove_feed_post_comments' => false, - 'remove_feed_authors' => false, - 'remove_feed_categories' => false, - 'remove_feed_tags' => false, - 'remove_feed_custom_taxonomies' => false, - 'remove_feed_post_types' => false, - 'remove_feed_search' => false, - 'remove_atom_rdf_feeds' => false, - 'remove_shortlinks' => false, - 'remove_rest_api_links' => false, - 'remove_rsd_wlw_links' => false, - 'remove_oembed_links' => false, - 'remove_generator' => false, - 'remove_emoji_scripts' => false, - 'remove_powered_by_header' => false, - 'remove_pingback_header' => false, - 'clean_campaign_tracking_urls' => false, - 'clean_permalinks' => false, - 'clean_permalinks_extra_variables' => '', - 'search_cleanup' => false, - 'search_cleanup_emoji' => false, - 'search_cleanup_patterns' => false, - 'search_character_limit' => 50, - 'deny_search_crawling' => false, - 'deny_wp_json_crawling' => false, - 'deny_adsbot_crawling' => false, - 'deny_ccbot_crawling' => false, - 'deny_google_extended_crawling' => false, - 'deny_gptbot_crawling' => false, - 'redirect_search_pretty_urls' => false, - 'least_readability_ignore_list' => [], - 'least_seo_score_ignore_list' => [], - 'most_linked_ignore_list' => [], - 'least_linked_ignore_list' => [], - 'indexables_page_reading_list' => [ false, false, false, false, false ], - 'indexables_overview_state' => 'dashboard-not-visited', - 'last_known_public_post_types' => [], - 'last_known_public_taxonomies' => [], - 'last_known_no_unindexed' => [], - 'new_post_types' => [], - 'new_taxonomies' => [], - 'show_new_content_type_notification' => false, + 'semrush_integration_active' => true, + 'semrush_tokens' => [], + 'semrush_country_code' => 'us', + 'permalink_structure' => '', + 'home_url' => '', + 'dynamic_permalinks' => false, + 'category_base_url' => '', + 'tag_base_url' => '', + 'custom_taxonomy_slugs' => [], + 'enable_enhanced_slack_sharing' => true, + 'zapier_integration_active' => false, + 'zapier_subscription' => [], + 'zapier_api_key' => '', + 'enable_metabox_insights' => true, + 'enable_link_suggestions' => true, + 'algolia_integration_active' => false, + 'import_cursors' => [], + 'workouts_data' => [ 'configuration' => [ 'finishedSteps' => [] ] ], + 'configuration_finished_steps' => [], + 'dismiss_configuration_workout_notice' => false, + 'dismiss_premium_deactivated_notice' => false, + 'importing_completed' => [], + 'wincher_integration_active' => true, + 'wincher_tokens' => [], + 'wincher_automatically_add_keyphrases' => false, + 'wincher_website_id' => '', + 'wordproof_integration_active' => false, + 'wordproof_integration_changed' => false, + 'first_time_install' => false, + 'should_redirect_after_install_free' => false, + 'activation_redirect_timestamp_free' => 0, + 'remove_feed_global' => false, + 'remove_feed_global_comments' => false, + 'remove_feed_post_comments' => false, + 'remove_feed_authors' => false, + 'remove_feed_categories' => false, + 'remove_feed_tags' => false, + 'remove_feed_custom_taxonomies' => false, + 'remove_feed_post_types' => false, + 'remove_feed_search' => false, + 'remove_atom_rdf_feeds' => false, + 'remove_shortlinks' => false, + 'remove_rest_api_links' => false, + 'remove_rsd_wlw_links' => false, + 'remove_oembed_links' => false, + 'remove_generator' => false, + 'remove_emoji_scripts' => false, + 'remove_powered_by_header' => false, + 'remove_pingback_header' => false, + 'clean_campaign_tracking_urls' => false, + 'clean_permalinks' => false, + 'clean_permalinks_extra_variables' => '', + 'search_cleanup' => false, + 'search_cleanup_emoji' => false, + 'search_cleanup_patterns' => false, + 'search_character_limit' => 50, + 'deny_search_crawling' => false, + 'deny_wp_json_crawling' => false, + 'deny_adsbot_crawling' => false, + 'deny_ccbot_crawling' => false, + 'deny_google_extended_crawling' => false, + 'deny_gptbot_crawling' => false, + 'redirect_search_pretty_urls' => false, + 'least_readability_ignore_list' => [], + 'least_seo_score_ignore_list' => [], + 'most_linked_ignore_list' => [], + 'least_linked_ignore_list' => [], + 'indexables_page_reading_list' => [ false, false, false, false, false ], + 'indexables_overview_state' => 'dashboard-not-visited', + 'last_known_public_post_types' => [], + 'last_known_public_taxonomies' => [], + 'last_known_no_unindexed' => [], + 'new_post_types' => [], + 'new_taxonomies' => [], + 'show_new_content_type_notification' => false, 'cron_verify_current_action' => 'term', 'cron_verify_post_indexables_last_batch' => 0, 'cron_verify_non_timestamped_indexables_last_batch' => 0,