Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/themes/splendor_theme/woocommerce/myaccount-bak/ |
Current File : //var/www/web284/html/wp-content/themes/splendor_theme/woocommerce/myaccount-bak/my-account.php |
<?php /** * My Account page * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $woocommerce; ?> <div class="row"> <div class="span9"> <?php $woocommerce->show_messages();?> <h1 class="page-title"><?php _e( 'Account Information', 'woocommerce' )?></h1> <p class="myaccount_user"> <?php printf( __( '<strong class="colored">%s</strong>, from your account dashboard you can view your recent orders, manage your shipping and billing addresses and change your password.', 'woocommerce' ), $current_user->display_name, get_permalink( woocommerce_get_page_id( 'change_password' ) ) ); ?> </p> <?php do_action( 'woocommerce_before_my_account' ); ?> <hr> <?php woocommerce_get_template( 'myaccount/my-downloads.php' ); ?> <?php woocommerce_get_template( 'myaccount/my-orders.php', array( 'order_count' => $order_count ) ); ?> <hr> <?php woocommerce_get_template( 'myaccount/my-address.php' ); ?> <?php do_action( 'woocommerce_after_my_account' ); ?> <hr> <?php woocommerce_get_template( 'myaccount/form-change-password.php' ); ?> <hr> </div> <div class="span3 blog_sidebar shop_sidebar"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Shop Sidebar") ) : ?> <?php endif; ?> </div> </div>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare