BP_GOPP_Image_Editor_GS::get_resolution()

Gets the resolution to use for the preview.

Description

Return

(int) $resolution Resolution of preview (DPI).

Source

File: bp-document/classes/class-bp-gopp-image-editor-gs.php

	public function get_resolution() {
		if ( ! $this->resolution ) {
			$this->set_resolution();
		}

		return $this->resolution;
	}

Changelog

Changelog
Version Description
BuddyBoss 1.4.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.