- This topic has 1 reply, 2 voices, and was last updated 1 year, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Profile Update Hook
How can I create a Profile Update Hook? I need to make changes after the affiliate modifies their profile.
Hi, This action hook can be used: do_action('wpam_front_end_affiliate_profile_updated', $affiliate, $request);
You will need to update the plugin for it.