Forums
-
- Forum
- Posts
-
- Installation
- 28,420
- Troubleshooting
- 62,484
- Themes
- 10,419
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
You can put up a conditional like I use in the YouTube plugin:
if (bb_current_user_can('administrate')) :
Put that after the main plugin function and then the following before the closing of that function:
endif;
Trent