Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active May 22, 2021 19:22
Show Gist options
  • Save frankyonnetti/5944749 to your computer and use it in GitHub Desktop.
Save frankyonnetti/5944749 to your computer and use it in GitHub Desktop.
Drupal 7 - check if node->type #drupal #d7
<?php if ($node->type == 'content_type_name'): ?>
Do something...
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment