wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



image_edit_thumbnails_separately › WordPress Filter Hooks

Seit6.3.0
Veraltetn/v
apply_filters( 'image_edit_thumbnails_separately', false )
Parameter:
  • (bool) $show Whether to show the settings in the Image Editor. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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