
/**
 * Kadence functions and definitions
 *
 * This file must be parseable by PHP 5.2.
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package kadence
 */

define( 'KADENCE_VERSION', '1.4.5' );
define( 'KADENCE_MINIMUM_WP_VERSION', '6.0' );
define( 'KADENCE_MINIMUM_PHP_VERSION', '7.4' );

// Bail if requirements are not met.
if ( version_compare( $GLOBALS['wp_version'], KADENCE_MINIMUM_WP_VERSION, '<' ) || version_compare( phpversion(), KADENCE_MINIMUM_PHP_VERSION, '<' ) ) {
	require get_template_directory() . '/inc/back-compat.php';
	return;
}
// Include WordPress shims.
require get_template_directory() . '/inc/wordpress-shims.php';

// Load the `kadence()` entry point function.
require get_template_directory() . '/inc/class-theme.php';

// Load the `kadence()` entry point function.
require get_template_directory() . '/inc/functions.php';

// Initialize the theme.
call_user_func( 'Kadence\kadence' );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//oratorbiz.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://oratorbiz.com/post-sitemap.xml</loc>
		<lastmod>2026-03-27T04:41:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://oratorbiz.com/post-sitemap2.xml</loc>
		<lastmod>2026-03-14T17:34:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://oratorbiz.com/post-sitemap3.xml</loc>
		<lastmod>2026-03-19T05:11:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://oratorbiz.com/post-sitemap4.xml</loc>
		<lastmod>2026-03-27T04:41:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://oratorbiz.com/page-sitemap.xml</loc>
		<lastmod>2026-03-25T15:24:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://oratorbiz.com/category-sitemap.xml</loc>
		<lastmod>2026-03-27T04:41:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://oratorbiz.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-03-27T00:10:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://oratorbiz.com/author-sitemap.xml</loc>
		<lastmod>2026-03-27T05:44:00+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->