BP_Document:: bp_document_wp_image_editors (image_editors美元)
调用' wp_image_editors '动作。
描述
增加了内容BP_GOPP_Image_Editor_GS
类到图像编辑器列表的头部。
源
文件:bp-document /类/ class-bp-document.php
静态函数bp_document_wp_image_editors($image_editors) {if (!in_array('BP_GOPP_Image_Editor_GS', $image_editors, true)) {self::bp_document_load_gopp_image_editor_gs();array_unshift($image_editors, 'BP_GOPP_Image_Editor_GS');}返回image_editors美元;}