
/**
 * Theme functions and definitions.
 *
 * For additional information on potential customization options,
 * read the developers' documentation:
 *
 * https://developers.elementor.com/docs/hello-elementor-theme/
 *
 * @package HelloElementorChild
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

define( 'HELLO_ELEMENTOR_CHILD_VERSION', '2.0.0' );

/**
 * Load child theme scripts & styles.
 *
 * @return void
 */
function hello_elementor_child_scripts_styles() {

	wp_enqueue_style(
		'hello-elementor-child-style',
		get_stylesheet_directory_uri() . '/style.css',
		[
			'hello-elementor-theme-style',
		],
		HELLO_ELEMENTOR_CHILD_VERSION
	);

}
add_action( 'wp_enqueue_scripts', 'hello_elementor_child_scripts_styles', 20 );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//drjenniferhawken.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://drjenniferhawken.com/post-sitemap.xml</loc>
		<lastmod>2026-02-25T00:26:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjenniferhawken.com/page-sitemap.xml</loc>
		<lastmod>2026-02-24T05:16:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjenniferhawken.com/category-sitemap.xml</loc>
		<lastmod>2026-02-25T00:26:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjenniferhawken.com/author-sitemap.xml</loc>
		<lastmod>2026-02-25T00:56:40+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->