Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    There are a few ways to go about this. They all start with removing TML’s action first. Then you can either add your own action to output the fields or copy the template to your theme’s directory and add them directly to the template.

    Thread Starter Matt

    (@matt_s_9)

    Thanks! If I remove TML’s ‘register_form’ action, then I also loose the ReCAPTCHA. Is there a way to call your ReCAPTCHA function?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    I meant unattach TML’s password field callback by using remove_action(), not actually removing the do_action() call from the template.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizing password form fields in custom_passwords.php’ is closed to new replies.