Skip to content

Instantly share code, notes, and snippets.

@trevorgreenleaf
Created October 6, 2014 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorgreenleaf/a24bad7eb7c455556e7e to your computer and use it in GitHub Desktop.
Save trevorgreenleaf/a24bad7eb7c455556e7e to your computer and use it in GitHub Desktop.
WP is admin
<?php
if( current_user_can('administrator')){
// show something to admins only
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment