Add external url to WooCommerce My Account navigation
Making a small assumption here. It’s more likely that the actual output looks something like this: <a href=”www.subdomain.domin.com/members/profile”> Profile </a> rather than: <a href=”www.domain.com/my-account/www.subdomain.domain.com/members/profile/”> Profile </a> And your browser is actually filling in for the missing scheme and path. Browsers will assume an href is relative if you don’t use an absolute URI (go figure!) … Read more