Forums
-
- Forum
- Posts
-
- Installation
- 28,100
- Troubleshooting
- 61,405
- Themes
- 10,274
- Plugins
- 15,155
- Requests & Feedback
- 14,774
- Showcase
- 3,251
-
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