Forum Replies Created

Viewing 1 replies (of 1 total)
  • Maximo007

    (@maximo007)

    Hello,
    where I mus paste this code? In function.php?

    /**
    	 * Returns the URL to the signup page
    	 *
    	 * @return string
    	 */
    	function bp_get_signup_page() {
    		if ( bp_has_custom_signup_page() ) {
    			$page = trailingslashit( bp_get_root_domain() . '/' . bp_get_signup_slug() );
    		} else {
    			$page = bp_get_root_domain() . '/wp-signup.php';
    		}
    
    		return apply_filters( 'bp_get_signup_page', $page );
    	}

    Thank you

Viewing 1 replies (of 1 total)