BP_GOPP_Image_Editor_GS::clear()

Deletes transient and clears caching statics.

Description

Return

(void)

Source

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

	public static function clear() {
		delete_transient( 'gopp_image_gs_cmd_path' );

		self::$is_win = self::$gs_cmd_path = null;
	}

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.