WP_Image_Editor::test
Checks to see if current environment supports the editor chosen. Must be overridden in a subclass.
Method of the class: WP_Image_Editor{}
No Hooks.
Returns
true|false.
Usage
$result = WP_Image_Editor::test( $args );
- $args(array)
- .
Default:array()
Changelog
| Since 3.5.0 | Introduced. |
WP_Image_Editor::test() WP Image Editor::test code WP 7.0
public static function test( $args = array() ) {
return false;
}