
<!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: yith-compare-widget.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * YITH Woocommerce Compare widget template
 *
 * @author YITH &lt;plugins@yithemes.com&gt;
 * @package YITH\Compare
 * @version 2.5.0
 */

defined( &#039;YITH_WOOCOMPARE&#039; ) || exit; // Exit if accessed directly.

?&gt;

&lt;div class=&quot;yith-woocompare-widget-content&quot; data-lang=&quot;&lt;?php echo esc_attr( $lang ?? &#039;&#039; ); ?&gt;&quot; &lt;?php echo ! empty( $hide_empty ) ? &#039;data-hide=&quot;1&quot;&#039; : &#039;&#039;; ?&gt;&gt;
	&lt;?php if ( ! empty( $products_list ) ) : ?&gt;
		&lt;ul class=&quot;products-list&quot;&gt;
			&lt;?php
			foreach ( $products_list as $product_id ) :
				$product = wc_get_product( $product_id );

				if ( ! $product ) {
					continue;
				}

				wc_get_template(
					&#039;yith-compare-widget-item.php&#039;,
					array(
						&#039;product&#039;    =&gt; $product,
						&#039;product_id&#039; =&gt; $product_id,
					),
					&#039;&#039;,
					YITH_WOOCOMPARE_TEMPLATE_PATH
				);

			endforeach;
			?&gt;
		&lt;/ul&gt;

		&lt;a href=&quot;&lt;?php echo esc_url( $remove_url ); ?&gt;&quot; data-product_id=&quot;all&quot; class=&quot;clear-all&quot; rel=&quot;nofollow&quot;&gt;&lt;?php esc_html_e( &#039;Clear all&#039;, &#039;yith-woocommerce-compare&#039; ); ?&gt;&lt;/a&gt;
		&lt;?php
		/**
		 * APPLY_FILTERS: yith_woocompare_widget_view_table_button
		 *
		 * Filters the text of the button to view the comparison table in the widget.
		 *
		 * @param string $text Button text.
		 *
		 * @return string
		 */
		?&gt;
		&lt;a href=&quot;&lt;?php echo esc_url( $view_url ); ?&gt;&quot; class=&quot;compare-widget button&quot; rel=&quot;nofollow&quot;&gt;&lt;?php echo esc_html( apply_filters( &#039;yith_woocompare_widget_view_table_button&#039;, __( &#039;Compare&#039;, &#039;yith-woocommerce-compare&#039; ) ) ); ?&gt;&lt;/a&gt;
	&lt;?php else : ?&gt;
		&lt;span class=&quot;list_empty&quot;&gt;&lt;?php echo esc_html__( &#039;No products to compare&#039;, &#039;yith-woocommerce-compare&#039; ); ?&gt;&lt;/span&gt;
	&lt;?php endif; ?&gt;
&lt;/div&gt;

&lt;?php
wp_enqueue_script( &#039;yith-woocompare-main&#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="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>
