Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Action hook for updating profile backend site

by

Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Action hook for updating profile backend site

Tagged: action hook

  • This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago by jasmin.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • August 6, 2018 at 1:37 pm #15002
    jasmin
    Spectator

    Is there any way to execute PHP code after the Admin changes data of a user in the WordPress backend?

    I already found the action hook “eMember_registration_complete_admin_side”. But this only fires when a new user was created.

    So I need a hook that fires after the admin changed some data of a already existing user.

    Thanks for your help.

    August 6, 2018 at 11:52 pm #78283
    admin
    Keymaster

    Use the following action hooK

    eMember_registration_updated_admin_side

    Here is an example:

    add_action('eMember_registration_updated_admin_side', 'my_custom_tweak', 10, 2);

    function my_custom_tweak ($fields, $custom_fields){
    //Do something
    }

    August 7, 2018 at 10:39 am #78284
    jasmin
    Spectator

    Thank you very much, its working perfect :)

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ