Removing additionnal fields on registration form
-
Hi,
I’m using WooCommerce with your plugin. When a user goes to the registration form, MailJet adds 2 identical fields as you can see in attachments.
https://i.imgsafe.org/4916185.png
Here are the lines of code used to remove them:
/* Remove MailJet on registration page */ remove_action('user_new_form', 'my_show_extra_profile_fields'); remove_action('register_form', 'my_show_extra_profile_fields'); remove_action('register_form', 'show_mailjet_subscribe_field');
Is there another way to remove them from the administration?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Removing additionnal fields on registration form’ is closed to new replies.