
<!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: add-to-wishlist-added.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Add to wishlist button template - Added to list
 *
 * @author Your Inspiration Themes
 * @package YITH WooCommerce Wishlist
 * @version 3.0.0
 */

/**
 * Template variables:
 *
 * @var $wishlist_url string Url to wishlist page
 * @var $exists bool Whether current product is already in wishlist
 * @var $show_exists bool Whether to show already in wishlist link on multi wishlist
 * @var $product_id int Current product id
 * @var $product_type string Current product type
 * @var $label string Button label
 * @var $browse_wishlist_text string Browse wishlist text
 * @var $already_in_wishslist_text string Already in wishlist text
 * @var $product_added_text string Product added text
 * @var $icon string Icon for Add to Wishlist button
 * @var $link_classes string Classed for Add to Wishlist button
 * @var $available_multi_wishlist bool Whether add to wishlist is available or not
 * @var $disable_wishlist bool Whether wishlist is disabled or not
 * @var $template_part string Template part
 * @var $loop_position string Loop position
 */

if ( ! defined( &#039;YITH_WCWL&#039; ) ) {
	exit;
} // Exit if accessed directly

global $product;

if ( empty( $icon ) || strpos( $icon, &#039;fa-heart-o&#039; ) || strpos( $icon, &#039;fa-heart&#039; ) ) {
	$icon = \Razzi\Icon::get_svg( &#039;heart&#039;, &#039;&#039;, &#039;shop&#039; );
}
?&gt;

&lt;!-- ADDED TO WISHLIST MESSAGE --&gt;
&lt;div class=&quot;yith-wcwl-wishlistaddedbrowse&quot;&gt;
	&lt;a class=&quot;rz-loop_button&quot; href=&quot;&lt;?php echo esc_url( $wishlist_url ); ?&gt;&quot; rel=&quot;nofollow&quot; data-text=&quot;&lt;?php echo esc_attr($browse_wishlist_text); ?&gt;&quot;&gt;
		&lt;?php echo ! empty( $icon ) ? $icon : &#039;&#039;; ?&gt;
		&lt;span class=&quot;loop_button-text&quot;&gt;&lt;?php echo wp_kses_post( apply_filters( &#039;yith-wcwl-browse-wishlist-label&#039;, $browse_wishlist_text, $product_id, $icon ) ); ?&gt;&lt;/span&gt;
	&lt;/a&gt;
&lt;/div&gt;</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>
