Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Created May 23, 2021 21:11
Show Gist options
  • Save frankyonnetti/a24ff565f98151162cd1a91ed5b14171 to your computer and use it in GitHub Desktop.
Save frankyonnetti/a24ff565f98151162cd1a91ed5b14171 to your computer and use it in GitHub Desktop.
Wordpress - get_post_type() #wordpress
<?php printf( __( 'The post type is: %s', 'textdomain' ), get_post_type( get_the_ID() ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment