• Great plugin! I like nice it looks

    This is just a suggestion for adding custom fields that I hope you can make happen

    Inside clean-login.php where you are handling the EDIT profile action a do_action placed like right after where $user_id = wp_update_user( $userdata ); is called would be a great place to allow us to hook up our own functions to update usermeta from any custom fields we add to the login-edit template.

    A different do_action added somewhere after successful_registration in the REGISTER a new user action would also be great for handling fields added to the register-form template.

    both do_actions would need the $user_id passed along with it

    • This topic was modified 7 years, 5 months ago by jwesely.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Adding Custom Fields To Profile Edit Suggestion’ is closed to new replies.