Checks to see if editor supports the mime-type specified.
Description
Must be overridden in a subclass.
Parameters
$mime_type
stringrequired
Source
public static function supports_mime_type( $mime_type ) {
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.