<?
/* error_reporting(E_ALL);
ini_set('display_errors', '1');  */

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles');

function theme_enqueue_styles() {
	$stylesheet_directory_uri = get_stylesheet_directory_uri();
	
	wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}

//Auto update plugins
add_filter( 'auto_update_plugin', '__return_true' );
//Auto update themes
add_filter( 'auto_update_theme', '__return_true' );
add_filter( 'allow_dev_auto_core_updates', '__return_true' );           // Enable development updates 
add_filter( 'allow_minor_auto_core_updates', '__return_true' );         // Enable minor updates
add_filter( 'allow_major_auto_core_updates', '__return_true' );         // Enable major updates<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//andrettifx.org/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://andrettifx.org/post-sitemap.xml</loc>
		<lastmod>2021-01-13T14:37:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://andrettifx.org/page-sitemap.xml</loc>
		<lastmod>2021-11-01T03:54:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://andrettifx.org/divi_overlay-sitemap.xml</loc>
		<lastmod>2021-04-25T11:43:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://andrettifx.org/image_gallery-sitemap.xml</loc>
		<lastmod>2021-04-26T14:49:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://andrettifx.org/divi-area-sitemap.xml</loc>
		<lastmod>2021-04-24T18:47:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://andrettifx.org/category-sitemap.xml</loc>
		<lastmod>2021-01-13T14:37:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://andrettifx.org/author-sitemap.xml</loc>
		<lastmod>2021-03-10T22:09:58+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->