Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
function login_form() {
if ( bb_is_user_logged_in() )
bb_load_template( 'logged-in.php' );
else
bb_load_template( 'login-form.php', array('user_login', 'remember_checked', 'redirect_to', 're') );
}