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

Checks to see if current environment supports the editor chosen.


Description

Must be overridden in a subclass.


Top ↑

Parameters

$args array Optional

Default: array()


Top ↑

Return

bool


Top ↑

Source

File: wp-includes/class-wp-image-editor.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes

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