WP_Image_Editor::get_size()
Gets dimensions of image.
Return
(array) 'width'=>int, 'height'=>int
Source
File: wp-includes/class-wp-image-editor.php
public function get_size() {
return $this->size;
}
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |