Skip to content

Instantly share code, notes, and snippets.

@chrono-meter
chrono-meter / wp-get-image-sizes.php
Last active October 4, 2016 09:11 — forked from eduardozulian/wp-get-image-sizes.php
Get all the registered image sizes along with their dimensions
<?php
/**
* Get all the registered image sizes along with their dimensions
*
* @global array $_wp_additional_image_sizes
*
* @link http://core.trac.wordpress.org/ticket/18947 Reference ticket
* @return array $image_sizes The image sizes
*/
function _get_all_image_sizes() {