There’s user_register.
Related Posts:
- Run only on plug-in activation instead of wp_head
- Passing a parameter to filter and action functions
- Get a list of all registered actions
- How can I edit post data before it is saved?
- How can I see all the actions attached to an “add_action” hook?
- Registering Class methods as hook callbacks
- How to customize woocommerce related products? [closed]
- How to include code only on specific pages?
- Changing the “Plugin Activated” Message Default
- Hooking in to plugins
- Generate dormant hook references
- How to prevent a post from being deleted?
- Schedule WordPress Auto-Updates to only run during business hours
- Better to fire specific hooks or generic hooks with parameters?
- Deactivate plugin for a specific user group
- How to only hook on Single.php after content?
- Remove action from plugin on other plugin
- Publish author posts only with editor approval?
- WordPress Boilerplate Plugin doesn’t see callback functions for add_settings_field and add_settings_section
- User / membership Plugin [closed]
- Restrict role to use a plugin
- What is the correct entry point for capturing coverage data
- Identify if the_post hook is being called from the admin post list
- Hook on widget context plugin to add custom context for widget
- Why user profile update creates Additional Capabilities
- plugin not hooking to my custom hook
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- wp_login_form() ignoring login_form action hook
- Add a filter to a method in the parent theme
- Overwrite user role
- Publish check if the edited content has HTML “div”
- Creating Custom Hook for my plugin
- Admin page and admin menu. Permissions plugin
- Passing a parameter to filter and action functions
- WordPress hook source
- Allow non-admin users to access plug-in
- Defined user role to access plugin’s pages
- Modify a plugin’s content
- How should I use a plugin function as a hook?
- Different email notifications (about pending posts) to different users
- Manually return false for function_exists
- How to `remove_action` from plugin
- Plugin hook breaks new WP 4.0 media library grid view?
- Hide some portion on single.php base on author
- Plugin Hook: Get posts
- Display_rows() and column_cb() strange behaviour
- Custom User Role
- Transition Post status not working
- change output location of plugin function using a custom hook
- Plugin constructor called multiple times
- How to change value of $menu_class in ep_nav_menu?
- How to create and use Custom hooks
- functions.php conditional output for a single plugin
- Variable scope in plugin outside loop [closed]
- How to make plugin work in each template in wordpress
- Checking url from plugin [duplicate]
- OOP Plugin: Where should I place the action hooks in the class?
- How to display a link in the footer section
- Want to add post to user dashboard
- add query string to all pages after user logged in
- How wordpress plugin hooks works? [duplicate]
- Allow a role to edit one specific plugin
- Post curl function save twice using plugin hook function wordpress
- WordPress Role Capability Restriction
- Zigconnect Plugin: Allowing editors to remove connections
- User register hook can’t access form request
- Sync roles across several plugins
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- How to give different user access to different people?
- registration plugin [closed]
- WordPress Hooks : Where to place callbacks that repetitively yield the same effect?
- Hook automatic_updates_complete to autoupdate plugin
- How to give access to the particular page in wordpress for specific username/email NOT roles [closed]
- How to Add Extra Text In WordPress Title Before Post Publish
- Can’t use updated variables in handle function
- Neither update_option nor delete_option fires in deactivation hook
- Suitable hook when creating, updating and deleting posts programmatically
- How to disable plugin capability : “create new category”
- edit slider plugin capability for custom_role
- Why is my activator class adding the files/running the actions I add?
- Change social icon in twenty twenty three theme
- is_user_logged_in() undefined at shutdown in plugin context
- Admin Notice is only localized when displaying the “Plugins” Backend Page
- How to have certain products show for only certain users (Not roles)
- WordPress : how to create onglet and remove it when only one
- Customize WP Filter Hook
- Show the author only own types of publications. (JetEngine, Elementor)
- Show different page depending on user role
- coauthors_plus_edit_authors to display metabox based on author caps
- How to create WordPress login for different users, with different roles?
- WordPress Action Hook inside Classes
- Add 2 links in between the navigation using the Breadcrumb Navxt plugin hook
- Remove H1 title in admin post edit screen
- What is this async request in wordpress
- Preview for revision?
- What is the best way to override functions of thirdparty plugins?
- I have to select text from gutenberg editor. Purpose is to store and replace text
- Remove 3rd party plugin notices from within own plugin
- Show only those pages that are created by the specific logged in user in WordPress
- Similar hook to ‘init’ for when plugin page loads