WP_Image_Editor::get_size()
Gets dimensions of image.
Description
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 |
---|---|
3.5.0 | Introduced. |