Links not working
-
Good day,
My register link isn’t working again. I tried the solution that worked last time, i.e. copying this into my functions.php (it solved the problem last time this happened:
add_filter( ‘register_url’, ‘change_my_register_url’ );
function change_my_register_url( $url ) {
if( is_admin() ) {
return $url;
}
return “/register/”;
}Unfortunately it didn’t work this time.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Links not working’ is closed to new replies.