W3cubDocs

/WordPress

apply_filters( ‘image_edit_thumbnails_separately’, bool $show )

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

Version Description
6.3.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/image_edit_thumbnails_separately