Skip to content

Instantly share code, notes, and snippets.

@adamrosloniec
Last active October 23, 2015 19:34
Show Gist options
  • Save adamrosloniec/dcb2e10249a30db5625a to your computer and use it in GitHub Desktop.
Save adamrosloniec/dcb2e10249a30db5625a to your computer and use it in GitHub Desktop.
wordpress security - if not defined ABSPATH exit - else get_header
<?php if ( ! defined( 'ABSPATH' ) ) exit; get_header(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment