Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,147
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- 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') );
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS