Skip to content

Instantly share code, notes, and snippets.

@ridinghoodmedia
Created February 24, 2017 15:39
Show Gist options
  • Save ridinghoodmedia/a6adc87740b98b993ff1eeddc00e0fd0 to your computer and use it in GitHub Desktop.
Save ridinghoodmedia/a6adc87740b98b993ff1eeddc00e0fd0 to your computer and use it in GitHub Desktop.
Helpful code snippets
// If variable exists
if ( typeof pagetype !== 'undefined' && pagetype == 'textpage' ) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment