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