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.

Top ↑

Source

File: wp-admin/includes/image-edit.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
6.3.0 Introduced.

Top ↑

User Contributed Notes

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