Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: No Analytics for Admins

<?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

Skip to toolbar