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
-
$show
bool -
Whether to show the settings in the Image Editor. Default false.
Source
File: wp-admin/includes/image-edit.php
.
View all references
$edit_thumbnails_separately = (bool) apply_filters( 'image_edit_thumbnails_separately', false );
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |