حساب کاربری

display_name ); ?>

خروج
get_user_by( 'id', get_current_user_id() ), ) ); break; case 'orders': wc_get_template( 'myaccount/orders.php', array( 'order_count' => wc_get_customer_order_count( get_current_user_id() ), ) ); break; case 'downloads': wc_get_template( 'myaccount/downloads.php' ); break; case 'edit-address': wc_get_template( 'myaccount/form-edit-address.php' ); break; case 'edit-account': wc_get_template( 'myaccount/form-edit-account.php' ); break; default: wc_get_template( 'myaccount/dashboard.php' ); break; } ?>