Bulk Change User Profile Fields
Certified Partner Plugin
Maintained by
Daniel Neis Araujo
This plugins adds a bulk action to change user custom profile fields.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I just release a new version that triggers \core\event\user_updated after update each user.
Hope you like it!
Best,
Daniel
Since the bulk change user profile field plugin does not call the user_updated event, the other plugin's callback is not called.
Would it be possible to trigger a user_updated event when the user was updated:
(\core\event\user_updated::create_from_userid($u)->trigger();)
after saving the changed data:
(profile_save_data($user);)
Thanks.