Advertisement
Guest User

r-a-y

a guest
Apr 21st, 2010
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. function redirect_email()
  2. {
  3.     return get_site_option( "admin_email" );
  4. }
  5. add_filter('bp_core_activation_signup_user_notification_to', 'redirect_email')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement