-
vieiraadsv's profile was updated 9 years ago
-
Anonymous replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 9 years ago
Oh yes, this is just a test code, just to see what was being printed by the function. I put this die because there is redirect after this action.
-
Anonymous replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 9 years ago
I have solved the issue by myself. I think the action xprofile_updated_profile has worked all the time. It has a redirect after this action so I was not seeing its update, that was what happened. Follow my debug code below:
function updateSubscribe( $user_id, $posted_field_ids, $errors, $old_values, $new_values )
[Read more]
{
if ( empty( $errors ) )… -
Anonymous started the topic How to trigger hooks on member profile update? in the forum Creating & Extending 9 years, 1 month ago
Hi Folks,
I would like to know how I could trigger any hook whenever the basic users ( subscribe level ) update their profiles.
I’ve tried to use these ones:
xprofile_updated_profile
profile_data_after_saveNo success so far,the action has not been triggered.
However, I’ve set up a hook on user signup named bp_complete_signup, and this one…[Read more]
-
vieiraadsv's profile was updated 9 years, 1 month ago
@vieiraadsv
Active 4 years, 4 months ago