As of WordPress 3.0.0 this action is available at the top of the new user form:
user_new_form_tag
As of WordPress 3.7.0 this action is called at the end of the form (right before submit button):
user_new_form
You will however need to intercept when clicking submit to save any specific user information to the user’s meta
Related Posts:
- Where is the best place to use add_filter
- How to check current user before all actions and filters?
- Get Time Taken By Each Action Hook in WordPress
- Submit Form data to another page via Ajax (WordPress Way)
- How to use add_action for multiple instances of the same class
- Nested Actions and Filters
- Remove action added in plugin class from theme
- wp_head filter not executed inside custom class
- How to trigger $_GET request within admin plugin page?
- Custom form action to handle data inside a plugin
- How do action and filter hooks understand where to look for the core function that we hooked our function to them
- Any hook for pre-plugin-update -either bulk or single plugin update
- wp_create_nonce function doesn’t work inside a plugin?
- New User Form – Custom Menu Page
- wordpress plugin is not activating from widget
- Creating a plugin to sanitize comment and the url field before display only
- When to load auto-login code?
- How to find the origin of a file upload from within wp_handle_upload?
- How to get all of the activate_plugin action parameters?
- Using a custom plugin to capture input data via Ajax and PHP
- White page by using filter template_include
- Create a navbar filter that filters by a custom field
- Passing an array from shortcode-function to filter-function
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- Plugin developer automated documentation
- qTranslate remove default directory from link
- Custom plugin init action causing general slowness
- Is there a hook to Intercept al urls from a webpage and redirect to a page
- Checkbox conflict in my custom plugin admin page
- WordPress user account activation
- External Script Using WP – Hooks / Actions Not Working?
- How to change the name of the “edit my profile” link in the WordPress admin backend
- Submit custom form from post content and execute in plugin
- Inject HTML meta tag inside wordpress tag using add_shortcode
- Proper way to replace the_content only for pages created by custom plugin
- add_filter doesn’t work
- Redirect to another page using contact form 7? [closed]
- Add action to fire when a published post is updated
- Is there a way to figure out which action/filter invoked a function?
- How to pass variables to a function argument using add_action [duplicate]
- Using add_action before add_filter on a plugin?
- Check if variable is set in filter
- Does using `add_action( ‘init’…` cause performance issues?
- Check filter defined or not?
- remove_action not removing add_action from constructor
- Hook for page Request?
- Editing wp-config.php
- Add a function call after content automatically?
- what is the point of telling add_filter how many parameters you want passed to the function?
- How to add filter for wordpress plugin?
- Custom CSS not being added by plugin
- How to Use the Filter “sidebar_login_widget_form_args”
- How to hook into action/filter call
- Select Form Element Not Saving from Plugin Options
- I cannot include a file in my plugin settings page
- Edit post image attributes on fly?
- Want to create custom design of progress indicator in wpforms
- Add hook after content without formatting
- User loggedin as Subscriber form not sending
- Using OR Condition with facetwp facets
- Why do actions with class and public method don’t fire __construct()
- The function called on the wp head hook becomes null
- 500 Internal server error wp_handle_upload_prefilter
- How to Unhook actions/filters in within Class in plugin
- Use action, filter, or hook to append HTML to WordPress plugin function
- Passing function into add_action always returns the first argument
- Get post content inside plugin class method
- Ajax call to php function doesn’t work PHP code
- submit form data to wordpress existing database table using my plugin
- Using multi-dimensional array with filter
- echo plugin results on pages
- Help needed with woocommerce (wc stripe) filter
- What action or filter can I use to change all the html returned from server for a page?
- Can I add content before post content without using the_content filter
- WordPress Add advertising ads befor and after content with periority [closed]
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- Why doesn’t a form need an ‘action’ with a plugin that uses the post data?
- Passing a parameter to filter and action functions
- trying to create simple plugin to filter categories from all authors
- WP_Filesystem usage within a block of code
- shortcode which is introduced into entry the blog, and appears in side bar
- How do i get all author posts on custom post type list
- Plugin Hook: Get posts
- change output location of plugin function using a custom hook
- Linking Plugin Files to WP
- Filter for modifying image on upload
- Adding a Filter to Sidbar Login Plugin to Change Login Button Lable
- Create plugin with form in post and submit it to specific form
- Is it possible to cancel a post status transition?
- Which filters or actions involve with index page for plugin?
- Capturing POST data
- County Finder form/plugin?
- Creating fields in the database
- Undefined variable _POST
- add query string to all pages after user logged in
- How wordpress plugin hooks works? [duplicate]
- Which action/filter can i use for a Member Plugin [closed]
- Unable to pass arguments from plugin form to filter hook using ajax, the data is transferring via ajax but unable to pass as arguments in filter hooks
- Display file contents within Plugin
- add_action() not working for admin