Skip to content

Instantly share code, notes, and snippets.

@FreshLondon
Created March 4, 2019 18:23
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 FreshLondon/83052f2651aa5e403c68669d0a3519d6 to your computer and use it in GitHub Desktop.
Save FreshLondon/83052f2651aa5e403c68669d0a3519d6 to your computer and use it in GitHub Desktop.
Shows additional image sizes on WordPress
<?
global $_wp_additional_image_sizes;
print '<pre>';
print_r( $_wp_additional_image_sizes );
print '</pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment