 'after_setup_theme', array( $front_end, 'setup_theme' ) );
		add_action( 'widgets_init', array( $front_end, 'register_sidebars' ) );
		add_filter( 'load_script_translation_file', array( $front_end, 'fix_script_translation_files' ), 10, 3 );
	}

	/**
	 * Check if we're on a child theme, and it enables FSE.
	 *
	 * @return bool
	 */
	private function is_fse_child_theme() {
		if ( ! is_child_theme() ) {
			return false;
		}

		$theme_json = get_stylesheet_directory() . '/theme.json';

		if ( ! file_exists( $theme_json ) ) {
			return false;
		}

		if ( ! defined( 'NEVE_FSE_MODE' ) ) {
			return false;
		}

		if ( NEVE_FSE_MODE !== true ) {
			return false;
		}

		return true;
	}
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//vsa-aas.ch/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://vsa-aas.ch/post-sitemap1.xml</loc>
		<lastmod>2026-03-24T08:07:39+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vsa-aas.ch/post-sitemap2.xml</loc>
		<lastmod>2026-03-24T08:03:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vsa-aas.ch/page-sitemap.xml</loc>
		<lastmod>2026-05-20T10:19:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vsa-aas.ch/job_listing-sitemap.xml</loc>
		<lastmod>2026-05-20T09:26:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vsa-aas.ch/tribe_events-sitemap.xml</loc>
		<lastmod>2026-05-12T08:38:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vsa-aas.ch/category-sitemap.xml</loc>
		<lastmod>2026-03-24T08:07:39+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->