Skip to content

Instantly share code, notes, and snippets.

@aslamdoctor
Created October 4, 2019 11:12
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 aslamdoctor/dfdcf8f2ea7db5c05aa7391b53850a38 to your computer and use it in GitHub Desktop.
Save aslamdoctor/dfdcf8f2ea7db5c05aa7391b53850a38 to your computer and use it in GitHub Desktop.
Wordpress - List thumbnail sizes available
<?php
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