Skip to content

Instantly share code, notes, and snippets.

@thomasgriffin
Created May 2, 2012 19:22
Show Gist options
  • Select an option

  • Save thomasgriffin/2579484 to your computer and use it in GitHub Desktop.

Select an option

Save thomasgriffin/2579484 to your computer and use it in GitHub Desktop.
<?php
global $current_screen;
if ( 'YOUR POST TYPE HERE' == $current_screen->post_type && 'post' == $current_screen->base )
// Do something here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment