woocommerce get my account url

Solutions on MaxInterview for woocommerce get my account url by the best coders in the world

showing results for - "woocommerce get my account url"
Henry
24 Nov 2017
1<a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>" title="<?php _e('My Account',''); ?>"><?php _e('My Account',''); ?></a>
2
Mahe
02 Apr 2020
1<a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>" title="<?php _e('My account', 'woocommerce'); ?>"><?php _e('My account', 'woocommerce'); ?></a>