Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Created October 7, 2014 23:52
Show Gist options
  • Save digisavvy/1590b1751296f60c301e to your computer and use it in GitHub Desktop.
Save digisavvy/1590b1751296f60c301e to your computer and use it in GitHub Desktop.
If user has caps
if ( current_user_can('moderate_comments') ) {
echo 'The current user can moderate comments';
} else {
echo 'Well, not everyone has nice hair like Alex!'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment