

/* TEMPORARY diagnostic - remove after use */
add_action('init', function() {
	if (!isset($_GET['sax_diag_2026'])) { return; }
	if (!current_user_can('manage_options')) { return; }
	global $wpdb;
	header('Content-Type: text/plain');
	$rows = $wpdb->get_results("SELECT option_name, LENGTH(option_value) AS L FROM {$wpdb->options} WHERE option_value LIKE '%menu-item-66%' LIMIT 10");
	foreach ($rows as $r) { echo 'option ' . $r->option_name . ' ' . $r->L . chr(10); }
	$pm = $wpdb->get_results("SELECT post_id, meta_key, LENGTH(meta_value) AS L FROM {$wpdb->postmeta} WHERE meta_value LIKE '%menu-item-66%' LIMIT 10");
	foreach ($pm as $r) { echo 'postmeta ' . $r->post_id . ' ' . $r->meta_key . ' ' . $r->L . chr(10); }
	$ps = $wpdb->get_results("SELECT ID, post_type, post_status FROM {$wpdb->posts} WHERE post_content LIKE '%menu-item-66%' LIMIT 10");
	foreach ($ps as $r) { echo 'post ' . $r->ID . ' ' . $r->post_type . ' ' . $r->post_status . chr(10); }
	echo 'diag-done';
	exit;
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//southernwordpress.surfairdev.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://southernwordpress.surfairdev.com/post-sitemap.xml</loc>
		<lastmod>2026-06-29T14:14:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://southernwordpress.surfairdev.com/page-sitemap.xml</loc>
		<lastmod>2026-07-03T13:30:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://southernwordpress.surfairdev.com/category-sitemap.xml</loc>
		<lastmod>2026-06-29T14:14:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://southernwordpress.surfairdev.com/author-sitemap.xml</loc>
		<lastmod>2024-05-20T18:53:44+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->