[bbp-login]

function add_login_form() { if(!is_user_logged_in()){ return wp_login_form(); } else { return; } }
Back to Top