
<!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: form-edit-address.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Edit address form
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-edit-address.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.0.1
 */

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

$page_title = ( &#039;billing&#039; === $load_address ) ? esc_html__( &#039;Billing address&#039;, &#039;woocommerce&#039; ) : esc_html__( &#039;Shipping address&#039;, &#039;woocommerce&#039; );

do_action( &#039;woocommerce_before_edit_account_address_form&#039; ); ?&gt;

&lt;?php if ( ! $load_address ) : ?&gt;
	&lt;?php wc_get_template( &#039;myaccount/my-address.php&#039; ); ?&gt;
&lt;?php else : ?&gt;

	&lt;form method=&quot;post&quot;&gt;

		&lt;h3&gt;&lt;?php echo apply_filters( &#039;woocommerce_my_account_edit_address_title&#039;, $page_title, $load_address ); ?&gt;&lt;/h3&gt;&lt;?php // @codingStandardsIgnoreLine ?&gt;

		&lt;div class=&quot;woocommerce-address-fields&quot;&gt;
			&lt;?php do_action( &quot;woocommerce_before_edit_address_form_{$load_address}&quot; ); ?&gt;

			&lt;div class=&quot;woocommerce-address-fields__field-wrapper&quot;&gt;
				&lt;?php
				foreach ( $address as $key =&gt; $field ) {
					woocommerce_form_field( $key, $field, wc_get_post_data_by_key( $key, $field[&#039;value&#039;] ) );
				}
				?&gt;
			&lt;/div&gt;

			&lt;?php do_action( &quot;woocommerce_after_edit_address_form_{$load_address}&quot; ); ?&gt;

			&lt;p&gt;
				&lt;button type=&quot;submit&quot; class=&quot;button&lt;?php echo esc_attr( wc_wp_theme_get_element_class_name( &#039;button&#039; ) ? &#039; &#039; . wc_wp_theme_get_element_class_name( &#039;button&#039; ) : &#039;&#039; ); ?&gt;&quot; name=&quot;save_address&quot; value=&quot;&lt;?php esc_attr_e( &#039;Save address&#039;, &#039;woocommerce&#039; ); ?&gt;&quot;&gt;&lt;?php esc_html_e( &#039;Save address&#039;, &#039;woocommerce&#039; ); ?&gt;&lt;/button&gt;
				&lt;?php wp_nonce_field( &#039;woocommerce-edit_address&#039;, &#039;woocommerce-edit-address-nonce&#039; ); ?&gt;
				&lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;edit_address&quot; /&gt;
			&lt;/p&gt;
		&lt;/div&gt;

	&lt;/form&gt;

&lt;?php endif; ?&gt;

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