WP_Image_Editor::get_size()

Gets dimensions of image.


Description


Return

(array) 'width'=>int, 'height'=>int


Top ↑

Source

File: wp-includes/class-wp-image-editor.php

	public function get_size() {
		return $this->size;
	}

Top ↑

Changelog

Version Description
3.5.0 Introduced.