
/**
 * Child Theme functions and definitions
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package UiCore
 */
defined('ABSPATH') || exit;

add_action( 'wp_enqueue_scripts', 'ui_child_enqueue_styles' );
function ui_child_enqueue_styles() {
	if (!class_exists('\UiCore\Core')){
		wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
	}
     wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css' );
}

/* YOU CAN START EDITING HERE! */
/*
 * a list of complete hooks and filters can be found here
 * https://help.uicore.co/docs/hooks-and-filters
 *
*/
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://minahabibievents.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://minahabibievents.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://minahabibievents.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://minahabibievents.com/wp-sitemap-posts-uicore-cd-1.xml</loc></sitemap><sitemap><loc>https://minahabibievents.com/wp-sitemap-posts-uicore-tb-1.xml</loc></sitemap><sitemap><loc>https://minahabibievents.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://minahabibievents.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
