Forums
-
- Forum
- Posts
-
- Installation
- 28,404
- Troubleshooting
- 62,329
- Themes
- 10,396
- Plugins
- 15,317
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
<?php if ( !bb_current_user_can('manage_options') ) : ?>
GOOOOOGLE
<?php endif; ?>
or
<?php if ( !bb_current_user_can('manage_options') ) { ?>
GOOOOOGLE
<?php } ?>
bbPress/WordPress have a boolean function for pretty much everything