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.

#2791
Andy
Keymaster

You can also make the link URL translatable to have it point to different location based on language like this
<a href="<?php _e( 'http://my-domain.dev/user-registration', 'trusted' );?>"><?php esc_html_e( 'User Registration', 'trusted' );?></a>