to clarify by default when you go to myaccount page there’s only 3 links such as recent orders, address, and account details. I want for example to add extra links on the tab such as a new logout link, payment method, etc….
to clarify by default when you go to myaccount page there’s only 3 links such as recent orders, address, and account details. I want for example to add extra links on the tab such as a new logout link, payment method, etc….
What I want to do is create new menu in the dashboard.php in the myaccount folder. I want to add extra menu
‘ . esc_html( $current_user->display_name ) . ‘‘, esc_html__(‘your account’, ‘xstore’) ); ?>
Thank you!
Thank you for your reply, that does work however I am talking about the product rating on the single product builder where you can move every section where you want to. For example, I want the product rating to be right under the product title. It used to work. I abandoned the website a couple of months ago and finally, I want it done now. After a couple of updates when I turn this review back on, it doesn’t work anymore and I can’t place it where I want in the single product page builder anymore.