Changes between Initial Version and Version 2 of Ticket #6802
- Timestamp:
- 01/05/2016 03:32:10 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6802 – Description
initial v2 2 2 to the default Wordpress Registration form. Located in bp_custom.php 3 3 4 {{{ 4 5 // hacks and mods will go here This Version is plugin folder 5 6 /** 6 7 * Disables BuddyPress' registration process and fallsback to WordPress' one. 7 8 */ 8 9 {{{10 9 function my_disable_bp_registration() { 11 10 remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );