Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Created July 2, 2013 22:22
Show Gist options
  • Save theodorocaliari/5913787 to your computer and use it in GitHub Desktop.
Save theodorocaliari/5913787 to your computer and use it in GitHub Desktop.
Prevent direct access to include file in WordPress
<?php
if ( ! defined( 'WPINC' )) {
die;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment