-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Hooks for Member Edit tabs. #3048
Comments
Same issue. I'm struggling to apply a hook that triggers when updating information in the member area, which includes additional custom fields. Despite my efforts, I can't get any action to work properly when users modify their details. I've tried using various hooks, but none seem to function as expected. How can I make sure that the hook is applied correctly and performs the desired actions when the user updates their information? My action :
|
Is your feature request related to a problem? Please describe.
When updating a member's User Fields using the Member Edit tabs there are no hooks available to trigger additional functionality.
Describe the solution you'd like
The ability to hook into an action or filter when updating user data or user metadata to trigger additional functionality.
Describe alternatives you've considered
Attempted to hook into
pmpro_personal_options_update
,personal_options_update
, andedit_user_profile_update
without success.Additional context
Moderators: #578663
The text was updated successfully, but these errors were encountered: