Skip to content

Instantly share code, notes, and snippets.

@Bicarbona
Forked from jgalea/current-user-can.php
Last active April 19, 2016 21:34
Show Gist options
  • Save Bicarbona/7384260 to your computer and use it in GitHub Desktop.
Save Bicarbona/7384260 to your computer and use it in GitHub Desktop.
WP Current user can
<?php
if ( current_user_can( 'moderate_comments' ) ) {
echo 'The current user can moderate comments';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment