PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
C | 7 sec ago
Untitled
Python | 7 sec ago
Untitled
9 sec ago
Untitled
16 sec ago
Untitled
19 sec ago
Untitled
Lua | 20 sec ago
ghost
Java | 20 sec ago
Untitled
22 sec ago
r-a-y
By: a guest on
Apr 21st, 2010
| syntax:
PHP
| size: 0.15 KB | hits: 110 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
This paste has a previous version,
view the difference
.
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
function
redirect_email
(
)
{
return
get_site_option
(
"admin_email"
)
;
}
add_filter
(
'bp_core_activation_signup_user_notification_to'
,
'redirect_email'
)
create a
new version
of this paste
RAW Paste Data
function redirect_email() { return get_site_option( "admin_email" ); } add_filter('bp_core_activation_signup_user_notification_to', 'redirect_email')