Skip to content

Instantly share code, notes, and snippets.

@rowanj
Created June 10, 2016 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rowanj/8244d4625e2243855fdf370dae502eae to your computer and use it in GitHub Desktop.
Save rowanj/8244d4625e2243855fdf370dae502eae to your computer and use it in GitHub Desktop.
<?php
require_once('wp-includes/post-thumbnail-template.php');
$test_post = "some post specifier";
$result = get_post_thumbnail_id($test_post);
print("testing the function: $result");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment