<?
/*
  Add/Remove Fields From User Profile
  http://davidwalsh.name/add-profile-fields
    Retrieve a custom field value
    $twitterHandle = get_the_author_meta('twitter');
*/

function modify_contact_methods($profile_fields) {

  // Add new fields
  $profile_fields["twitter"] = "Twitter Username";
  $profile_fields["facebook"] = "Facebook URL";
  $profile_fields["gplus"] = "Google+ URL";

  return $profile_fields;
}
add_filter("user_contactmethods", "modify_contact_methods");

?><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//fortmooreausa.org/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://fortmooreausa.org/post-sitemap.xml</loc>
		<lastmod>2026-01-16T21:34:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fortmooreausa.org/page-sitemap.xml</loc>
		<lastmod>2026-02-16T16:12:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fortmooreausa.org/attachment-sitemap.xml</loc>
		<lastmod>2026-02-16T16:00:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fortmooreausa.org/directors-sitemap.xml</loc>
		<lastmod>2023-10-04T20:07:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fortmooreausa.org/category-sitemap.xml</loc>
		<lastmod>2026-01-16T21:34:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fortmooreausa.org/author-sitemap.xml</loc>
		<lastmod>2025-02-20T23:09:51+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->