wp_image_editor_supports

Advertisement

Summery Summery

Tests whether there is an editor that supports a given mime type or methods.

Syntax Syntax

wp_image_editor_supports( string|array $args = array() )

Parameters Parameters

$args

(Optional) Array of arguments to retrieve the image editor supports.

Default value: array()

Return Return

(bool) True if an eligible editor is found; false otherwise.

Source Source

File: wp-includes/media.php

 * Displays previous image link that has the same post parent.
 *
 * @since 2.5.0

Advertisement

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Advertisement

Leave a Reply