539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372515,"time_stamp":"2023-09-22T10:48:35+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372546,"time_stamp":"2023-09-22T10:49:06+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372564,"time_stamp":"2023-09-22T10:49:24+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372578,"time_stamp":"2023-09-22T10:49:38+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372606,"time_stamp":"2023-09-22T10:50:06+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372621,"time_stamp":"2023-09-22T10:50:21+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372860,"time_stamp":"2023-09-22T10:54:20+02:00","humidity":null,"temperature":null,"battery":null,"firmware_version":2.7},{"ts_unix":1695372860,"time_stamp":"2023-09-22T10:54:20+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":null,"battery":100,"firmware_version":2.7},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":null,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":null,"battery":null,"pressure":727},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":22.810000000000002,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":-136.57,"temperature":null,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":null,"battery":null,"battery_volts":100},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":22.810000000000002,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":-136.57,"temperature":null,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":null,"battery":100,"firmware_version":2.7},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":null,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":null,"battery":null,"pressure":727},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":22.810000000000002,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":-136.57,"temperature":null,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":null,"battery":null,"battery_volts":100},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":null,"temperature":22.810000000000002,"battery":null},{"ts_unix":1695372868,"time_stamp":"2023-09-22T10:54:28+02:00","humidity":-136.57,"temperature":null,"battery":null},{"ts_unix":1695372875,"time_stamp":"2023-09-22T10:54:35+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372902,"time_stamp":"2023-09-22T10:55:02+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695372947,"time_stamp":"2023-09-22T10:55:47+02:00","humidity":null,"temperature":null,"battery":null,"geoloc_LAT":47.539042724163,"geoloc_LON":7.7238661050797,"geoloc_ALT":0},{"ts_unix":1695376384,"tiing */ function block_core_navigation_submenu_render_submenu_icon() { return ''; } /** * Renders the `core/navigation-submenu` block. * * @param array $attributes The block attributes. * @param string $content The saved content. * @param WP_Block $block The parsed block. * * @return string Returns the post content with the legacy widget added. */ function render_block_core_navigation_submenu( $attributes, $content, $block ) { $navigation_link_has_id = isset( $attributes['id'] ) && is_numeric( $attributes['id'] ); $is_post_type = isset( $attributes['kind'] ) && 'post-type' === $attributes['kind']; $is_post_type = $is_post_type || isset( $attributes['type'] ) && ( 'post' === $attributes['type'] || 'page' === $attributes['type'] ); // Don't render the block's subtree if it is a draft. if ( $is_post_type && $navigation_link_has_id && 'publish' !== get_post_status( $attributes['id'] ) ) { return ''; } // Don't render the block's subtree if it has no label. if ( empty( $attributes['label'] ) ) { return ''; } $colors = block_core_navigation_submenu_build_css_colors( $block->context, $attributes ); $font_sizes = block_core_navigation_submenu_build_css_font_sizes( $block->context ); $classes = array_merge( $colors['css_classes'], $font_sizes['css_classes'] ); $style_attribute = ( $colors['inline_styles'] . $font_sizes['inline_styles'] ); $css_classes = trim( implode( ' ', $classes ) ); $has_submenu = count( $block->inner_blocks ) > 0; $is_active = ! empty( $attributes['id'] ) && ( get_the_ID() === $attributes['id'] ); $show_submenu_indicators = isset( $block->context['showSubmenuIcon'] ) && $block->context['showSubmenuIcon']; $open_on_click = isset( $block->context['openSubmenusOnClick'] ) && $block->context['openSubmenusOnClick']; $open_on_hover_and_click = isset( $block->context['openSubmenusOnClick'] ) && ! $block->context['openSubmenusOnClick'] && $show_submenu_indicators; $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $css_classes . ' wp-block-navigation-item' . ( $has_submenu ? ' has-child' : '' ) . ( $open_on_click ? ' open-on-click' : '' ) . ( $open_on_hover_and_click ? ' open-on-hover-click' : '' ) . ( $is_active ? ' current-menu-item' : '' ), 'style' => $style_attribute, ) ); $label = ''; if ( isset( $attributes['label'] ) ) { $label .= wp_kses_post( $attributes['label'] ); } $aria_label = sprintf( /* translators: Accessibility text. %s: Parent page title. */ __( '%s submenu' ), wp_strip_all_tags( $label ) ); $html = '
  • '; // If Submenus open on hover, we render an anchor tag with attributes. // If submenu icons are set to show, we also render a submenu button, so the submenu can be opened on click. if ( ! $open_on_click ) { $item_url = isset( $attributes['url'] ) ? $attributes['url'] : ''; // Start appending HTML attributes to anchor tag. $html .= '' . block_core_navigation_submenu_render_submenu_icon() . ''; } } else { // If menus open on click, we render the parent as a button. $html .= ''; $html .= '' . block_core_navigation_submenu_render_submenu_icon() . ''; } if ( $has_submenu ) { $inner_blocks_html = ''; foreach ( $block->inner_blocks as $inner_block ) { $inner_blocks_html .= $inner_block->render(); } $html .= sprintf( '
      %s
    ', $inner_blocks_html ); } $html .= '
  • '; return $html; } /** * Register the navigation submenu block. * * @uses render_block_core_navigation_submenu() * @throws WP_Error An WP_Error exception parsing the block definition. */ function register_block_core_navigation_submenu() { register_block_type_from_metadata( __DIR__ . '/navigation-submenu', array( 'render_callback' => 'render_block_core_navigation_submenu', ) ); } add_action( 'init', 'register_block_core_navigation_submenu' ); Calendar - Liebfrauenmünster St. Moritz
    • Die Pfarrei
      • Pfarrbüro
      • Pastoralteam
      • Gottesdienste
    • Kirchen & Kapellen
      • Münster
      • St. Moritz
      • Maria de Victoria
    • Kirchenmusik
      • Miniband
      • Münstermusik
    • Gruppen
      • Pfarrgemeinderat
      • Frauenbund KDFB
    • Aktuelles
      • Pfarrbriefe & Berichterstattung
      • Gottesdienstordnung & Information
    Skip to content
    Liebfrauenmünster St. Moritz
    • Die Pfarrei
      • Pfarrbüro
      • Pastoralteam
      • Gottesdienste
    • Kirchen & Kapellen
      • Münster
      • St. Moritz
      • Maria de Victoria
    • Kirchenmusik
      • Miniband
      • Münstermusik
    • Gruppen
      • Pfarrgemeinderat
      • Frauenbund KDFB
    • Aktuelles
      • Pfarrbriefe & Berichterstattung
      • Gottesdienstordnung & Information

    Follow us

    • facebook
    • instagram

    Calendar

    < June
    < 2007 >
    July
    August >
    «
    »
    • Month
    • List
    • Week
    • Day
    • No Events

    Instagram

    …

    Copyright © 2021 Katholische Pfarrkirchenstiftung Zu Unserer Schönen Lieben Frau

    Kontakt | Impressum | Datenschutz | Bistum Eichstätt | Stadt Ingolstadt

    Powered by WordPress Inspiro WordPress Theme by WPZOOM