I’m using wordpress multisite. I installed Multisite user management plugin.
If a user register in my main sites then that user automatically added in all my sites.
My problem it doesn’t copy the profile datas. I don’t want my users to fill the same data in all 50 sites. So is there any code available to sync the datas?
I mean if a user fill the profile fields in main sites all sub sites should be updated with the same value. Likewise if the user edit the profile in site10.example.com
it should be synced and updated in all sites. Is it possible?
Thanks
This code works, but it’s only been tested in a localhost environment.
There’s a function extracted from the plugin Multisite User Management, which is based on the
get_blog_list
function, that has been deprecated.The user meta has to be checked individually, i.e.: Aim, Jabber, etc.