过滤图像编辑库类的列表。
原型
apply_filters( 'wp_image_editors', array $image_editors )
参数
$image_editors
(array)
可用图像编辑器列表。默认值为’WP_Image_Editor_Imagick’,‘WP_Image_Editor_GD’。
源文件
路径:wp-includes/media.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_image_editors/