
/**
 * Adventurer functions and definitions
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package Adventurer
 * @since Adventurer 1.0
 */


if ( ! function_exists( 'adventurer_support' ) ) :

	/**
	 * Sets up theme defaults and registers support for various WordPress features.
	 *
	 * @since Adventurer 1.0
	 *
	 * @return void
	 */
	function adventurer_support() {

		// Enqueue editor styles.
		add_editor_style( 'style.css' );

		// Make theme available for translation.
		load_theme_textdomain( 'adventurer' );
	}

endif;

add_action( 'after_setup_theme', 'adventurer_support' );

if ( ! function_exists( 'adventurer_styles' ) ) :

	/**
	 * Enqueue styles.
	 *
	 * @since Adventurer 1.0
	 *
	 * @return void
	 */
	function adventurer_styles() {

		// Register theme stylesheet.
		wp_register_style(
			'adventurer-style',
			get_stylesheet_directory_uri() . '/style.css',
			array(),
			wp_get_theme()->get( 'Version' )
		);

		// Enqueue theme stylesheet.
		wp_enqueue_style( 'adventurer-style' );

	}

endif;

add_action( 'wp_enqueue_scripts', 'adventurer_styles' );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//reignoutreach.org/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap.xml</loc>
		<lastmod>2026-04-11T01:15:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap2.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap3.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap4.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap5.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap6.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap7.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap8.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap9.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap10.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap11.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap12.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap13.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap14.xml</loc>
		<lastmod>-0001-11-30T00:00:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post-sitemap15.xml</loc>
		<lastmod>2026-04-11T01:15:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/page-sitemap.xml</loc>
		<lastmod>2026-04-04T21:10:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/category-sitemap.xml</loc>
		<lastmod>2026-04-11T01:15:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/post_tag-sitemap.xml</loc>
		<lastmod>2026-04-11T01:15:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://reignoutreach.org/author-sitemap.xml</loc>
		<lastmod>2026-04-07T05:44:20+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->