Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Last active October 23, 2019 19:13
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 matthewstokeley/9d60e7683ec0bde91778d783bd277727 to your computer and use it in GitHub Desktop.
Save matthewstokeley/9d60e7683ec0bde91778d783bd277727 to your computer and use it in GitHub Desktop.
<?php
// graceful degradation
if ( ! isset( $_GET )
|| empty( $_GET )
|| ! isset( $_GET[ KEY ] ) ) {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment