Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Last active September 25, 2021 11:39
Show Gist options
  • Save MrJSdev/8504914a851314537363e1e080a20274 to your computer and use it in GitHub Desktop.
Save MrJSdev/8504914a851314537363e1e080a20274 to your computer and use it in GitHub Desktop.
<?php
global $wp_query;
echo $wp_query->post->ID;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment