WP_Image_Editor::test
Checks to see if current environment supports the editor chosen. Must be overridden in a subclass.
Метод класса: WP_Image_Editor{}
Хуков нет.
Возвращает
true|false.
Использование
$result = WP_Image_Editor::test( $args );
- $args(массив)
- .
По умолчанию:array()
Список изменений
| С версии 3.5.0 | Введена. |
Код WP_Image_Editor::test() WP Image Editor::test WP 6.9.1
public static function test( $args = array() ) {
return false;
}