<php?

add_action( 'wp_enqueue_scripts', 'my_child_theme_scripts' );
function my_child_theme_scripts() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    wp_enqueue_script( 'child-script', get_stylesheet_directory_uri() . '/assets/js/script.js', array( 'jquery' ), '', true );
}

add_action( 'wp_head', 'add_consent_tool');
function add_consent_tool() {
    if ( ! current_user_can( 'edit_pages' ) ) {
        echo '<script id="usercentrics-cmp" async data-eu-mode="true" data-settings-id="mEmguyrfvtlRNf" src="https://app.eu.usercentrics.eu/browser-ui/latest/loader.js"></script><script type="application/javascript" src="https://sdp.eu.usercentrics.eu/latest/uc-block.bundle.js"></script>';
    }
}

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//physiotherapie-habermann.de/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://physiotherapie-habermann.de/page-sitemap.xml</loc>
		<lastmod>2024-03-21T09:35:38+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->