
<!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: my-downloads.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * My Downloads - Deprecated
 *
 * Shows downloads on the account page.
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/myaccount/my-downloads.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     2.0.0
 * @deprecated  2.6.0
 */

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

$downloads = WC()-&gt;customer-&gt;get_downloadable_products();

if ( $downloads ) : ?&gt;

	&lt;?php do_action( &#039;woocommerce_before_available_downloads&#039; ); ?&gt;

	&lt;h2&gt;&lt;?php echo apply_filters( &#039;woocommerce_my_account_my_downloads_title&#039;, esc_html__( &#039;Available downloads&#039;, &#039;woocommerce&#039; ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?&gt;&lt;/h2&gt;

	&lt;ul class=&quot;woocommerce-Downloads digital-downloads&quot;&gt;
		&lt;?php foreach ( $downloads as $download ) : ?&gt;
			&lt;li&gt;
				&lt;?php
				do_action( &#039;woocommerce_available_download_start&#039;, $download );

				if ( is_numeric( $download[&#039;downloads_remaining&#039;] ) ) {
					/* translators: %s product name */
					echo apply_filters( &#039;woocommerce_available_download_count&#039;, &#039;&lt;span class=&quot;woocommerce-Count count&quot;&gt;&#039; . sprintf( _n( &#039;%s download remaining&#039;, &#039;%s downloads remaining&#039;, $download[&#039;downloads_remaining&#039;], &#039;woocommerce&#039; ), $download[&#039;downloads_remaining&#039;] ) . &#039;&lt;/span&gt; &#039;, $download ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
				}

				echo apply_filters( &#039;woocommerce_available_download_link&#039;, &#039;&lt;a href=&quot;&#039; . esc_url( $download[&#039;download_url&#039;] ) . &#039;&quot;&gt;&#039; . $download[&#039;download_name&#039;] . &#039;&lt;/a&gt;&#039;, $download ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped

				do_action( &#039;woocommerce_available_download_end&#039;, $download );
				?&gt;
			&lt;/li&gt;
		&lt;?php endforeach; ?&gt;
	&lt;/ul&gt;

	&lt;?php do_action( &#039;woocommerce_after_available_downloads&#039; ); ?&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://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>
