WP_Image_Editor::get_size()

Gets dimensions of image.


Description Description


Return Return

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


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.