Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Disabling BP Registration

  • Avatar of dabesa
    dabesa
    Participant

    @dabesa

    Hi folks,
    I need to revert back the registration from BP to the WP original one.
    I tried what I saw in some old posts, adding in the bp-custom.php the following:

    `remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’);`

    But it has no effect.
    I see in the file bp-members/bp-members-functions.php that the hook is registered with:

    `add_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );`

    So I don’t understand why the remove_action is not working.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.