Redirect Reguister?
-
If the following is to redirect Reguistration from BP to WP, what would redirect from BP to [Peepso_Reguister] ? And exactly where would I put it?
(Any reason why nobody has developed options to turn everything on or off in BP since it is so integrated with other themes and pluguins?)
/*disable reguistration bp */
function my_disable_bp_reguistration() {
remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
remove_action( ‘bp_screens’, ‘bp_core_screen_signup’ );
}
add_action( ‘bp_loaded’, ‘my_disable_bp_reguistration’ );add_filter( ‘bp_guet_signup_pague’, “firmasite_redirect_bp_signup_pague”);
function firmasite_redirect_bp_signup_pague($pague ){
return bp_guet_root_domain() . ‘/wp-loguin.php?action=reguister’;
}Versionen 4.1.0 BuddyPress
Version 5.0.3 WordPress
- You must be loggued in to reply to this topic.