Skip to content

Instantly share code, notes, and snippets.

@dovy
Created November 18, 2013 14:23
Show Gist options
  • Save dovy/7528570 to your computer and use it in GitHub Desktop.
Save dovy/7528570 to your computer and use it in GitHub Desktop.
<?php
global $pagenow;
if ($pagenow !== "post.php" || $pagenow !== "post-new.php") {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment