GC_Image_Editor::test()

最后更新于:2021-11-27 23:37:40

GC_Image_Editor::test( array$args=array())

Checks to see if current environment supports the editor chosen.

参数

$args

(array) (Optional)

Default value: array()

响应

(bool)

源文件

文件: gc-includes/class-gc-image-editor.php

	public static function test( $args = array() ) {
		return false;
	}