Forums
-
- Forum
- Posts
-
- Installation
- 27,249
- Troubleshooting
- 59,558
- Themes
- 10,065
- Plugins
- 14,830
- Requests & Feedback
- 14,482
- Showcase
- 3,226
-
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