Checks to see if current environment supports the editor chosen.
Description
Must be overridden in a subclass.
Parameters
$args
arrayoptionalDefault:
array()
Source
public static function test( $args = array() ) {
return false;
}
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.