Forums
-
- Forum
- Posts
-
- Installation
- 28,405
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,948
- Showcase
- 3,254
-
<?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