Advertisement
Bukrie

BuddyPress - disable sending activation emails

Dec 30th, 2012
1,661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. /* disable sending activation emails */
  2. /* place this in your child theme's function.php */
  3. add_filter( 'bp_core_signup_send_activation_key', create_function('','return false;') );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement