Mautematico
Member
Posted 1 year ago #
Hi, exist any option that can I enable/disable to prevent my users can see other member's email address, when they add an post co-author?
If not, I'll try to see & modify the code, and send to you for review, is okay? :D
I have a wordpress+buddypress site with around 2.9K users, so I need to keep secure they email adresses.
Thank you!
http://wordpress.org/extend/plugins/co-authors-plus/
Mautematico
Member
Posted 1 year ago #
Line 670:
echo $author->ID ." | ". $author->user_login ." | ". $author->display_name ./*" | ". $author->user_email .*/"\n";
Is a temporal fix. (:
There isn't currently a way to filter which user values are displayed in the auto-suggest, but I think that's a good feature request and have filed it as such. I'll try to have something for you in the next release.
As an interim fix, you're welcome to do as you've done above, but I'm not positive that will work reliably.