Summery Summery
Checks to see if current environment supports the editor chosen.
Syntax Syntax
Description Description
Must be overridden in a subclass.
Parameters Parameters
- $args
-
(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;
}
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |