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

Checks to see if current environment supports the editor chosen.


Description Description

Must be overridden in a sub-class.


Parameters Parameters

$args

(array) (Optional)

Default value: array()


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: wp-includes/class-wp-image-editor.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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