wordpress get all image sizes

<?php print_r(get_intermediate_image_sizes()); ?>

o/p
Array ( [0] => thumbnail [1] => medium [2] => large [3] => post-thumbnail [4] => large-feature [5] => small-feature )

 

Author: bm on February 13, 2014
Category: wordpress