Skip to content

Instantly share code, notes, and snippets.

@eyecandy91
Created August 23, 2016 05:35
Show Gist options
  • Save eyecandy91/f8f6f65a1b5cb045988b5073f2fe8c35 to your computer and use it in GitHub Desktop.
Save eyecandy91/f8f6f65a1b5cb045988b5073f2fe8c35 to your computer and use it in GitHub Desktop.
php if admin
if ( current_user_can( 'manage_options' ) ) {
/* A user with admin privileges */
} else {
/* A user without admin privileges */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment