wpseek.com
WordPress开发者和主题制作者的搜索引擎



image_edit_thumbnails_separately › WordPress过滤钩子

Since6.3.0
已弃用n/a
apply_filters( 'image_edit_thumbnails_separately', false )
参数:
  • (bool) $show Whether to show the settings in the Image Editor. Default false.
    Required: Yes
定义在:
文档:

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





源码

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