<?php/** * Playin7 Theme Pro * functions.php - Part 1 */if (!defined('ABSPATH')) {    exit;}function playin7_theme_setup() {    add_theme_support('title-tag');    add_theme_support('post-thumbnails');    add_theme_support('custom-logo');    add_theme_support('automatic-feed-links');    add_theme_support('html5', array(        'search-form',        'comment-form',        'comment-list',        'gallery',        'caption',        'style',        'script'    ));    register_nav_menus(array(        'primary' => __('Primary Menu', 'playin7'),        'footer'  => __('Footer Menu', 'playin7'),    ));}add_action('after_setup_theme', 'playin7_theme_setup');function playin7_enqueue_assets() {    wp_enqueue_style(        'playin7-style',        get_stylesheet_uri(),        array(),        '1.0'    );    wp_enqueue_style(        'playin7-main',        get_template_directory_uri() . '/assets/css/main.css',        array(),        '1.0'    );    wp_enqueue_script(        'playin7-main',        get_template_directory_uri() . '/assets/js/main.js',        array('jquery'),        '1.0',        true    );}add_action('wp_enqueue_scripts', 'playin7_enqueue_assets');function playin7_widgets_init() {    register_sidebar(array(        'name'          => 'Main Sidebar',        'id'            => 'main-sidebar',        'before_widget' => '<div class="widget">',        'after_widget'  => '</div>',        'before_title'  => '<h3>',        'after_title'   => '</h3>',    ));}add_action('widgets_init', 'playin7_widgets_init');<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//playteenpattimaster.online/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://playteenpattimaster.online/post-sitemap.xml</loc>
		<lastmod>2026-01-22T14:22:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://playteenpattimaster.online/page-sitemap.xml</loc>
		<lastmod>2026-07-15T13:44:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://playteenpattimaster.online/category-sitemap.xml</loc>
		<lastmod>2026-01-22T14:22:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://playteenpattimaster.online/category-sitemap2.xml</loc>
		<lastmod>2026-01-22T14:22:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://playteenpattimaster.online/post_tag-sitemap.xml</loc>
		<lastmod>2026-01-22T14:22:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://playteenpattimaster.online/author-sitemap.xml</loc>
		<lastmod>2026-07-15T15:56:44+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->