apply_filters( ‘image_edit_thumbnails_separately’, bool $show )

In this article

Shows the settings in the Image Editor that allow selecting to edit only the thumbnail of an image.

Parameters

$showbool
Whether to show the settings in the Image Editor. Default false.

Source

$edit_thumbnails_separately = (bool) apply_filters( 'image_edit_thumbnails_separately', false );

Changelog

VersionDescription
6.3.0Introduced.

User Contributed Notes

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