<?

// Set-up log-in screen
add_action( 'login_enqueue_scripts', function() {
	
	// Load CSS
	wp_enqueue_style('admin-login-style', '//aandagt.nl/assets/css/login.css', array(), '2.0', 'all');
	
}, 1);

function return_to_aandagt($url) {
	
	// Return to https://aandagt.nl
    return 'https://aandagt.nl';
	
}

add_filter( 'login_headerurl', 'return_to_aandagt' );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://joepgierveld.nl/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://joepgierveld.nl/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://joepgierveld.nl/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://joepgierveld.nl/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://joepgierveld.nl/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
