Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: strange admin address


Burt Adsit
Participant

@burtadsit

I should just learn to *really pay attention* when Andy drops in with a suggestion. I looked at the message that started this thread. Lets see if his suggestion that those two hooks are the problem.

In /mu-plugins/bp-core.php are two functions that hook and alter the email ‘from’ address and modifiy it.

Comment out:

In: function bp_core_email_from_name_filter()

line #1150

add_filter( ‘wp_mail_from_name’, ‘bp_core_email_from_name_filter’ )

And comment out:

In: function bp_core_email_from_address_filter()

line #1165

add_filter( ‘wp_mail_from’, ‘bp_core_email_from_address_filter’ )

Try some test registrations and see if they still say that whacky address.

Skip to toolbar