Home › Forums › Trusted Pro › Register link is (in my case) pointing to wrong page. › Reply To: Register link is (in my case) pointing to wrong page.
November 16, 2017 at 12:46 pm
#2786
Andy
Keymaster
if you are also changing the text, you can use this to make ‘User Registration’ a translatable string:
<a href="http://my-domain.dev/user-registration"><?php esc_html_e( 'User Registration', 'trusted' );?></a>