/* *---------------------------------------------------------------------------
 * Studiare - Child Theme Functions and Definitions
 * ----------------------------------------------------------------------------
 * Contents:
 * 00 - Global Variables
 * 01 - Theme Constants
 * 02 - Basic Definitions
 * 03 - Includes
 */

/* add_action( 'wp_enqueue_scripts', 'sc_studi_enqueue_parent_styles' );

function sc_studi_enqueue_parent_styles() {
   // wp_enqueue_style( 'parent-style', get_template_directory_uri().'/assets/css/studiare.css' );
   wp_enqueue_style( 'rtl_studiare', get_template_directory_uri().'/rtl.css' );
} */

function child_theme_load_parent_translations() {
    load_theme_textdomain( 'studiare', get_template_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'child_theme_load_parent_translations' );
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://karq.ir/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://karq.ir/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-posts-teacher-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-posts-studi_footer-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-posts-studi_header-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-posts-sc_megamenu-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-posts-studi_roadmap-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-posts-sc-quiz-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-taxonomies-post_format-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://karq.ir/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
