• Greetings,

    I want to make changes to the registration form on my site. I’d like to add some custom fields immediately following E-Mail. I can use something like this …

    add_action("registration_form", "my-awesome-function")

    … to add the fields, but then they show up in the wrong place. Changing the priority (i.e., using the third parameter of the add_action() function) of my function did the trick, but I wonder if that’s the best way to do it or if there’s a better way.

    Is there?

    – Dash

  • The topic ‘Changing the Registration Form’ is closed to new replies.