WP_Image_Editor::get_size(): int[]

Gets dimensions of image.

Return

int[] Dimensions of the image.
  • width int
    The image width.
  • height int
    The image height.

Source

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

Changelog

VersionDescription
3.5.0Introduced.

User Contributed Notes

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