Skip to content

Instantly share code, notes, and snippets.

@ryanhellyer
Created October 21, 2012 12:38
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/3926864 to your computer and use it in GitHub Desktop.
Save ryanhellyer/3926864 to your computer and use it in GitHub Desktop.
Updating an option without checking user permission
<?php
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