File "html-section-account.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-account.php
File
size: 938 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('ABSPATH') or exit;
?>
<a class="button button-update" href="<?php
echo esc_url($refresh_url);
?>"><span class="dashicons dashicons-image-rotate"></span> <?php
_e('Update', 'woocommerce');
?></a>
<div class="user-info">
<header>
<p><?php
printf(__('Connected to WooCommerce.com', 'woocommerce'));
?> <span class="chevron dashicons dashicons-arrow-down-alt2"></span></p>
</header>
<section>
<p><?php
echo get_avatar($auth_user_data['email'], 48);
?> <?php
echo esc_html($auth_user_data['email']);
?></p>
<div class="actions">
<a class="" href="https://woocommerce.com/my-account/my-subscriptions/" target="_blank"><span class="dashicons dashicons-admin-generic"></span> <?php
_e('My Subscriptions', 'woocommerce');
?></a>
<a class="" href="<?php
echo esc_url($disconnect_url);
?>"><span class="dashicons dashicons-no"></span> <?php
_e('Disconnect', 'woocommerce');
?></a>
</div>
</section>
</div>