apply_filters( 'editor_max_image_size', array $max_image_size, string|array $size, string $context )

Filters the maximum image size dimensions for the editor.


Parameters

$max_image_size

An array with the width as the first element, and the height as the second element.

$size

Size of what the result image should be.

$context

The context the image is being resized for. Possible values are 'display' (like in a theme) or 'edit' (like inserting into an editor).


Source

File: wp-includes/media.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.5.0 Introduced.