Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created April 12, 2020 17: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 someguy9/f1ecd0ee9fade6760e2e91ad4793cf55 to your computer and use it in GitHub Desktop.
Save someguy9/f1ecd0ee9fade6760e2e91ad4793cf55 to your computer and use it in GitHub Desktop.
<?php
if( current_user_can('manage_options') ) {
echo 'This user can manage WordPress options. (Settings Page)';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment