}

	if ( file_exists( NFW_LOG_DIR .'/nfwlog/dropins.php') ) {
		@include_once NFW_LOG_DIR .'/nfwlog/dropins.php';
	}
}

add_action('plugins_loaded', 'nfw_dropins', -1);

// ---------------------------------------------------------------------
// For WP <4.9.

if (! function_exists('wp_readonly') ) {
	function wp_readonly( $var, $val) {
		if ( $var == $val ) {
			echo " readonly='readonly'";
		}
	}
}

// ---------------------------------------------------------------------
// Used to display the toggle/switch's status to screenreaders.
function nfw_aria_label( $var, $val, $text_on, $text_off ) {
	if ( $var == $val ) {
		echo " aria-label='$text_on'";
	} else {
		echo " aria-label='$text_off'";
	}
}
// ---------------------------------------------------------------------
// EOF<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.meissnerundpartner.de/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.meissnerundpartner.de/page-sitemap.xml</loc>
		<lastmod>2026-04-20T15:48:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.meissnerundpartner.de/glossary-sitemap.xml</loc>
		<lastmod>2025-09-26T14:33:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.meissnerundpartner.de/local-sitemap.xml</loc>
		<lastmod>2025-09-26T14:39:37+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->