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()
Return Return
(bool)
Source Source
File: wp-includes/class-wp-image-editor.php
public static function test( $args = array() ) {
return false;
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |