WP_Image_Editor::test( array $args = array() ): bool

In this article

Checks to see if current environment supports the editor chosen.

Description

Must be overridden in a subclass.

Parameters

$argsarrayoptional

Default:array()

Return

bool

Source

public static function test( $args = array() ) {
	return false;
}

Changelog

VersionDescription
3.5.0Introduced.

User Contributed Notes

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