apply_filters( 'wp_image_editors', array $image_editors )

Filters the list of image editing library classes.


Description Description


Parameters Parameters

$image_editors

(array) List of available image editors. Defaults are 'WP_Image_Editor_Imagick', 'WP_Image_Editor_GD'.


Top ↑

Source Source

File: wp-includes/media.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.