Edit entry as admin not fire feed

Hello,

When user submit form that have feed to update his profile it’s work fine, as

but when admin comes to update the entry it’s not update user profile with new update.

Is there any way to trigger feed to update user when admin update entries?

Thanks,

Take a look at the gform_user_registration_update_user_id() filter. It will allow you to change which user you want to update if it’s a different user (like when an admin wants to update another user’s profile):

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.