add_action('wp_enqueue_scripts', function() {
    if (is_page('isms-app') || is_page('managementsysteem')) {
        $url = plugin_dir_url(__FILE__);
        
        // 1. Sortable eerst
        wp_enqueue_script('sortable-js', 'https://cdn.jsdelivr.net/npm/sortablejs@1.15.0/Sortable.min.js', array(), '1.15.0', true);
        
        // 2. Dan je app (met sortable-js als dependency)
        wp_enqueue_script('iso-app', $url . 'assets/app.js', array('sortable-js'), time(), true);
        
        // 3. Jouw styles
        wp_enqueue_style('iso-style', $url . 'assets/style.css', array(), time());

        wp_localize_script('iso-app', 'isoVars', array(
            'api_url' => esc_url_raw(rest_url('iso/v1')),
            'nonce'   => wp_create_nonce('wp_rest')
        ));
    }
});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//iso-ready.nl/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://iso-ready.nl/post-sitemap.xml</loc>
		<lastmod>2026-03-12T10:15:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://iso-ready.nl/page-sitemap.xml</loc>
		<lastmod>2026-04-19T03:40:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://iso-ready.nl/product-sitemap.xml</loc>
		<lastmod>2026-03-24T09:47:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://iso-ready.nl/category-sitemap.xml</loc>
		<lastmod>2026-03-12T10:15:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://iso-ready.nl/product_cat-sitemap.xml</loc>
		<lastmod>2026-03-24T09:47:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://iso-ready.nl/local-sitemap.xml</loc>
		<lastmod>2026-03-20T12:41:35+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->
<!-- Served from cache in 0,000 second(s) (Memory usage: 66,38 KB) -->