2017-04-21 12:05:44 +00:00
|
|
|
<?php defined( 'ABSPATH' ) or exit(); ?>
|
|
|
|
|
2017-06-14 13:12:53 +00:00
|
|
|
<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>
|
2017-05-30 17:50:14 +00:00
|
|
|
</div>
|
2017-06-14 13:12:53 +00:00
|
|
|
</section>
|
2017-04-21 12:05:44 +00:00
|
|
|
</div>
|