WP_Image_Editor::test( array $args = array() )
Checks to see if current environment supports the editor chosen.
Description
Must be overridden in a sub-class.
Parameters
- $args
-
(Optional)
Default value: array()
Return
(bool)
Source
File: wp-includes/class-wp-image-editor.php
public static function test( $args = array() ) {
return false;
}
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |