wpseek.com
A WordPress-centric search engine for devs and theme authors



image_edit_thumbnails_separately › WordPress Filter Hooks

Since6.3.0
Deprecatedn/a
apply_filters( 'image_edit_thumbnails_separately', false )
Parameters:
  • (bool) $show Whether to show the settings in the Image Editor. Default false.
    Required: Yes
Defined at:
Codex:

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





Source

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