Last active
August 29, 2015 14:11
-
-
Save MikeNGarrett/9131e4c2d2346395216e to your computer and use it in GitHub Desktop.
WordPress print all image sizes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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