Skip to:
Content
Pages
Categories
Search
Top
Bottom

Disable Activation


  • jennifersanchez
    Participant

    @jennifersanchez

    Hi! how i can do to disable the activation user of BP for login to the profile without activating and without approve the email? i saw many post of it but it was all older and it isnt work now.

    i tried this code without lucky

    add_filter( 'bp_core_signup_send_activation_key', 'ps_disable_activation_email' );
    function ps_disable_activation_email() {
    	return false;
    }
    add_filter( 'bp_registration_needs_activation', '__return_false' );

    Thanks!!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar