• Resolved makmerghen

    (@makmerghen)


    hello
    I want to do 2 things please let me know how to do it
    1- remove register button from log in form ?
    2- edit link of register button that existed in login form to add specific URL?

    thanks you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @makmerghen

    Go to WP Admin > Ultimate Member > Forms > Edit the Login form > see “Customize this form” > Turn the option “Apply custom settings to this form” to “Yes” > see “Show Secondary Button Text” > now add your custom text Button.

    To change the button’s URL, use the following code snippet:

    add_filter("um_login_form_button_two_url", function( $secondary_btn_url ){
       return "/custom-page/";
    });

    Regards,

    • This reply was modified 3 years, 9 months ago by Champ Camba.
    Thread Starter makmerghen

    (@makmerghen)

    thanks you for your helping

    • This reply was modified 3 years, 9 months ago by makmerghen.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing register form login form’ is closed to new replies.