
<!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: customer-new-account.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Customer new account email
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/customer-new-account.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\Emails\Plain
 * @version 6.0.0
 */

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

echo &quot;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n&quot;;
echo esc_html( wp_strip_all_tags( $email_heading ) );
echo &quot;\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n&quot;;

/* translators: %s: Customer username */
echo sprintf( esc_html__( &#039;Hi %s,&#039;, &#039;woocommerce&#039; ), esc_html( $user_login ) ) . &quot;\n\n&quot;;
/* translators: %1$s: Site title, %2$s: Username, %3$s: My account link */
echo sprintf( esc_html__( &#039;Thanks for creating an account on %1$s. Your username is %2$s. You can access your account area to view orders, change your password, and more at: %3$s&#039;, &#039;woocommerce&#039; ), esc_html( $blogname ), esc_html( $user_login ), esc_html( wc_get_page_permalink( &#039;myaccount&#039; ) ) ) . &quot;\n\n&quot;;

// Only send the set new password link if the user hasn&#039;t set their password during sign-up.
if ( &#039;yes&#039; === get_option( &#039;woocommerce_registration_generate_password&#039; ) &amp;&amp; $password_generated &amp;&amp; $set_password_url ) {
	/* translators: URL follows */
	echo esc_html__( &#039;To set your password, visit the following address: &#039;, &#039;woocommerce&#039; ) . &quot;\n\n&quot;;
	echo esc_html( $set_password_url ) . &quot;\n\n&quot;;
}

echo &quot;\n\n----------------------------------------\n\n&quot;;

/**
 * Show user-defined additional content - this is set in each email&#039;s settings.
 */
if ( $additional_content ) {
	echo esc_html( wp_strip_all_tags( wptexturize( $additional_content ) ) );
	echo &quot;\n\n----------------------------------------\n\n&quot;;
}

echo wp_kses_post( apply_filters( &#039;woocommerce_email_footer_text&#039;, get_option( &#039;woocommerce_email_footer_text&#039; ) ) );
</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>
