Skip to content

Instantly share code, notes, and snippets.

@yratof
Created March 18, 2016 13:28
Show Gist options
  • Save yratof/442e2de25e2326756f7e to your computer and use it in GitHub Desktop.
Save yratof/442e2de25e2326756f7e to your computer and use it in GitHub Desktop.
List of thumbnail sizes in Wordpress
<?php
/* What thumbnail sizes are there?*/
echo '<pre>';
print_r( get_intermediate_image_sizes() );
echo '</pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment