function aida_get_submenu_items() {
    global $post;

    // Veiligheidscheck: als $post niet bestaat → geen submenu
    if (!isset($post) || !is_page()) {
        return [];
    }

    // Bepaal parent of huidige pagina
    $parent_id = $post->post_parent ? $post->post_parent : $post->ID;

    // Haal subpagina’s op
    $children = get_pages([
        'child_of'    => $parent_id,
        'sort_column' => 'menu_order'
    ]);

    return $children;
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//aidascholen.nl/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://aidascholen.nl/page-sitemap.xml</loc>
		<lastmod>2026-05-02T03:06:38+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->