
 


function enqueue_styles_child_theme() {

	$parent_style = 'parent-style';
	$child_style  = 'child-style';

	wp_enqueue_style( $parent_style,
				get_template_directory_uri() . '/style.css' );

	wp_enqueue_style( $child_style,
				get_stylesheet_directory_uri() . '/style.css',
				array( $parent_style ),
				wp_get_theme()->get('Version')
				);
}
add_action( 'wp_enqueue_scripts', 'enqueue_styles_child_theme' );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//tudespachofiscal.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://tudespachofiscal.com/post-sitemap.xml</loc>
		<lastmod>2024-02-15T20:50:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tudespachofiscal.com/page-sitemap.xml</loc>
		<lastmod>2024-03-14T13:46:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tudespachofiscal.com/category-sitemap.xml</loc>
		<lastmod>2024-02-15T20:50:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tudespachofiscal.com/wpa-stats-type-sitemap.xml</loc>
		<lastmod>2025-07-24T10:49:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tudespachofiscal.com/author-sitemap.xml</loc>
		<lastmod>2024-04-15T06:30:13+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->