GC_Image_Editor::supports_mime_type()
最后更新于:2021-11-27 23:37:26
GC_Image_Editor::supports_mime_type( string$mime_type)Checks to see if editor supports the mime-type specified.
参数
- $mime_type
-
(string) (Required)
响应
(bool)
源文件
文件: gc-includes/class-gc-image-editor.php
public static function supports_mime_type( $mime_type ) {
return false;
}