Skip to content

Instantly share code, notes, and snippets.

@ryanhellyer
Created October 21, 2012 12:39
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 ryanhellyer/3926865 to your computer and use it in GitHub Desktop.
Save ryanhellyer/3926865 to your computer and use it in GitHub Desktop.
User permissions check
<?php if ( current_user_can( 'manage_options' ) ) {
update_option( 'random_option', $_POST['random_option'] );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment