
/**
 * 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"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://reignoutreach.org/category/chartiy/</loc>
		<lastmod>2019-10-20T05:48:22+00:00</lastmod>
	</url>
	<url>
		<loc>https://reignoutreach.org/category/faithful/</loc>
		<lastmod>2023-11-06T21:48:33+00:00</lastmod>
	</url>
	<url>
		<loc>https://reignoutreach.org/category/jesus-love/</loc>
		<lastmod>2026-04-11T01:15:49+00:00</lastmod>
	</url>
	<url>
		<loc>https://reignoutreach.org/category/prayer/</loc>
		<lastmod>2019-04-19T06:53:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://reignoutreach.org/category/sermon/</loc>
		<lastmod>2026-04-11T01:15:49+00:00</lastmod>
	</url>
	<url>
		<loc>https://reignoutreach.org/category/uncategorized/</loc>
		<lastmod>2026-03-19T23:40:31+00:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Yoast SEO -->