Skip to content

Instantly share code, notes, and snippets.

@MikeNGarrett
Last active August 29, 2015 14:11
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 MikeNGarrett/9131e4c2d2346395216e to your computer and use it in GitHub Desktop.
Save MikeNGarrett/9131e4c2d2346395216e to your computer and use it in GitHub Desktop.
WordPress print all image sizes
add_action( 'shutdown', function() { global $_wp_additional_image_sizes; var_dump($_wp_additional_image_sizes); die; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment