<?php/** * Plugin Name: Wealth Blueprint HQ Landing Page
      *  */
add_action('init', 'force_serve_landing', 1);
function force_serve_landing() {
	$uri = $_SERVER['REQUEST_URI'];
	if ($uri === '/' || $uri === '' || strpos($uri, 'wealth-blueprint') !== false) {
		echo file_get_contents(plugin_dir_path(__FILE__) . 'landing.html');
		die();
	}
}
	<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://wealthblueprinthq.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://wealthblueprinthq.com/product-category/uncategorized/</loc></url></urlset>
