Filter hook 'image_edit_thumbnails_separately'

in WP Core File wp-admin/includes/image-edit.php at line 55

Description

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

Occurrences

Filename Line Number
wp-admin/includes/image-edit.php 55
wp-admin/includes/image-edit.php 918

Parameters

Type Name Description
bool $show Whether to show the settings in the Image Editor. Default false.

PHP Doc

/**
	 * Shows the settings in the Image Editor that allow selecting to edit only the thumbnail of an image.
	 *
	 * @since 6.3.0
	 *
	 * @param bool $show Whether to show the settings in the Image Editor. Default false.
	 */