Changing Register to Custom link

Home Forums Legacy Support Support queries Other issues Changing Register to Custom link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5147
    haider717
    Spectator
    Hi, Is it possible to change register link to costume page: for example i want users to click on register under login form and users will be re-directed to my custom page. (Pmpro levels) I went to buddy press and changed the register page to my custom link but its not working and it takes over custom link. Not sure how to do this from coding side Help appreciated Thanks, Danish  
    #5367
    MrVibe
    Keymaster
    Paste below code in Child theme -functions.php :
    add_filter('wplms_buddypress_registration_link','mywplms_custom_register_link');
    
    function mywplms_custom_register_link($link){
    
    return 'http://google.com';
    
    }
    #5388
    haider717
    Spectator
    Exactly what i was asking for  | Awesome support   Thank you, Danish
    #5467
    Anshuman Sahu
    Keymaster
    Marking as resolved and closing the topic  .
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Register to Custom link’ is closed to new replies.