="on" button_letter_spacing__hover="1px" button_one_letter_spacing__hover_enabled="off" button_two_letter_spacing__hover_enabled="off" button_bg_color__hover_enabled="off" button_one_bg_color__hover_enabled="off" button_two_bg_color__hover_enabled="off" theme_builder_area="post_content"][/et_pb_button][/et_pb_column][et_pb_column type="1_4" _builder_version="4.16" _module_preset="default" custom_padding="|||" global_colors_info="{}" custom_padding__hover="|||" theme_builder_area="post_content"][et_pb_image src="https://translate2.de/wp-content/uploads/2024/01/27098-scaled-1.jpg" alt="Italienische Flagge" title_text="Basic RGB" url="/uebersetzungsbuero-italienisch" _builder_version="4.23.1" _module_preset="default" border_color_all="#000000" box_shadow_style="preset1" global_colors_info="{}" theme_builder_area="post_content"][/et_pb_image][et_pb_button button_url="/uebersetzungsbuero-italienisch" button_text="Italienisch" button_alignment="center" _builder_version="4.23.1" _module_preset="default" custom_button="on" button_text_size="16px" button_text_color="#ffffff" button_bg_color="#ff4d54" button_border_width="0px" button_border_radius="100px" button_letter_spacing="1px" button_font="|700||on|||||" custom_margin="-55px||||false|false" custom_padding="14px|34px|14px|34px|true|true" animation_style="zoom" custom_css_main_element="display: inline;" custom_css_free_form=".selector a {|| display: inline;||}" box_shadow_style="preset1" box_shadow_blur="5px" box_shadow_color="#000000" button_letter_spacing_hover="1px" global_colors_info="{}" button_text_size__hover_enabled="off" button_one_text_size__hover_enabled="off" button_two_text_size__hover_enabled="off" button_text_color__hover_enabled="off" button_one_text_color__hover_enabled="off" button_two_text_color__hover_enabled="off" button_border_width__hover_enabled="off" button_one_border_width__hover_enabled="off" button_two_border_width__hover_enabled="off" button_border_color__hover_enabled="off" button_one_border_color__hover_enabled="off" button_two_border_color__hover_enabled="off" button_border_radius__hover_enabled="off" button_one_border_radius__hover_enabled="off" button_two_border_radius__hover_enabled="off" button_letter_spacing__hover_enabled="on" button_letter_spacing__hover="1px" button_one_letter_spacing__hover_enabled="off" button_two_letter_spacing__hover_enabled="off" button_bg_color__hover_enabled="off" button_one_bg_color__hover_enabled="off" button_two_bg_color__hover_enabled="off" theme_builder_area="post_content"][/et_pb_button][/et_pb_column][et_pb_column type="1_4" _builder_version="4.16" _module_preset="default" custom_padding="|||" global_colors_info="{}" custom_padding__hover="|||" theme_builder_area="post_content"][et_pb_image src="https://translate2.de/wp-content/uploads/2024/01/27134-scaled-1.jpg" alt="Türkisch Übersetzer" title_text="Übersetzungsbüro Türkisch" url="/uebersetzungsbuero-tuerkisch" _builder_version="4.23.1" _module_preset="default" border_color_all="#000000" box_shadow_style="preset1" global_colors_info="{}" theme_builder_area="post_content"][/et_pb_image][et_pb_button button_url="/uebersetzungsbuero-tuerkisch" button_text="Türkisch" button_alignment="center" _builder_version="4.23.4" _module_preset="default" custom_button="on" button_text_size="16px" button_text_color="#ffffff" button_bg_color="#ff4d54" button_border_width="0px" button_border_radius="100px" button_letter_spacing="1px" button_font="|700||on|||||" custom_margin="-55px||||false|false" custom_padding="14px|34px|14px|34px|true|true" animation_style="zoom" custom_css_main_element="display: inline;" custom_css_free_form=".selector a {|| display: inline;||}" box_shadow_style="preset1" box_shadow_blur="5px" box_shadow_color="#000000" button_letter_spacing_hover="1px" global_colors_info="{}" button_text_size__hover_enabled="off" button_one_text_size__hover_enabled="off" button_two_text_size__hover_enabled="off" button_text_color__hover_enabled="off" button_one_text_color__hover_enabled="off" button_two_text_color__hover_enabled="off" button_border_width__hover_TRANSIENT ); $this->indexing_helper->set_reason( Indexing_Reasons::REASON_TAXONOMY_MADE_PUBLIC ); $this->maybe_add_notification(); } // There are taxonomies that have been made private. if ( ! empty( $newly_made_non_public_taxonomies ) ) { // Schedule a cron job to remove all the terms whose taxonomy has been made private. $cleanup_not_yet_scheduled = ! \wp_next_scheduled( Cleanup_Integration::START_HOOK ); if ( $cleanup_not_yet_scheduled ) { \wp_schedule_single_event( ( \time() + ( \MINUTE_IN_SECONDS * 5 ) ), Cleanup_Integration::START_HOOK ); } } } /** * Decides if a notification should be added in the notification center. * * @return void */ private function maybe_add_notification() { $notification = $this->notification_center->get_notification_by_id( 'taxonomies-made-public' ); if ( \is_null( $notification ) ) { $this->add_notification(); } } /** * Adds a notification to be shown on the next page request since posts are updated in an ajax request. * * @return void */ private function add_notification() { $message = \sprintf( /* translators: 1: Opening tag of the link to the Search appearance settings page, 2: Link closing tag. */ \esc_html__( 'It looks like you\'ve added a new taxonomy to your website. We recommend that you review your %1$sSettings%2$s under Categories & tags.', 'wordpress-seo' ), '', '' ); $notification = new Yoast_Notification( $message, [ 'type' => Yoast_Notification::WARNING, 'id' => 'taxonomies-made-public', 'capabilities' => 'wpseo_manage_options', 'priority' => 0.8, ] ); $this->notification_center->add_notification( $notification ); } }