Gets dimensions of image.
Source
public function get_size() {
return $this->size;
}
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
CARVIEW |
Gets dimensions of image.
width
intheight
intpublic function get_size() {
return $this->size;
}
Used by | Description |
---|---|
WP_Image_Editor::get_suffix()wp-includes/class-wp-image-editor.php | Builds and returns proper suffix for file based on height and width. |
Version | Description |
---|---|
3.5.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Get the size of the edited image.