Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 2 of Ticket #6802


Ignore:
Timestamp:
01/05/2016 03:32:10 AM (8 years ago)
Author:
boonebgorges
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6802 – Description

    initial v2  
    22to the default Wordpress Registration form. Located in bp_custom.php
    33
     4{{{
    45// hacks and mods will go here  This Version is plugin folder
    56/**
    67 * Disables BuddyPress' registration process and fallsback to WordPress' one.
    78 */
    8 
    9 {{{
    109function my_disable_bp_registration() {
    1110  remove_action( 'bp_init',    'bp_core_wpsignup_redirect' );