Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello,

    Just bumping old thread if someone still find the solution. 🙂

    You can disable sending activation email to new registrant by adding code below into your theme/child theme functions.php

    `/* disable sending activation emails */
    /* place this in your child theme’s function.php */
    add_filter( ‘bp_core_signup_send_activation_key’, create_function(”,’return false;’) );`

    Or I also put the code above on Pastebin:
    http://pastebin.com/h6hCidML

    Thanks,
    Budi Nusyirwan

Viewing 1 replies (of 1 total)
Skip to toolbar