Hi @stuartduff
WordPress Address (URL) and Site Address (URL) are correct and set to the new domain.
An interesting thing happens at @ when creating an account when ordering. welcoming @ with the password shows the link to the subpage my account like this:
<a href="www.oldurl.com/my-account" style="color:#96588a;font-weight:normal;text-decoration:underline;">www.newurl.com/my-account</a>
When I paste the code below corresponding to this bit @, in my footer on the page, both links lead to a new url
printf( esc_html__( 'Thanks for creating an account on %1$s. Your username is %2$s. You can access your account area to view orders, change your password, and more at: %3$s', 'woocommerce' ), esc_html( $blogname ), '<strong>' . esc_html( $user_login ) . '</strong>', make_clickable( esc_url( wc_get_page_permalink( 'myaccount' ) ) ) );
What could be wrong here that only @ shows old links and all links in the entire site are already correct and lead to a new domain?
-
This reply was modified 3 years, 4 months ago by cedec.
-
This reply was modified 3 years, 4 months ago by cedec.