Re: Unhide Profile Email Adresses
With what I understand, the thing is only functions in functions.bb-pluggable.php
can be masked (plugged) as its the last file to look for undefined functions. Defining any function which is there overrides the definition in that file. But what if we need to change the behaviour of a function which is somewhere else?
I would love to see someone prove me wrong.