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



twentynineteen_attachment_size › WordPress过滤钩子

SinceTwenty Nineteen 1.0
已弃用n/a
apply_filters( 'twentynineteen_attachment_size', 'full' )
参数:
  • (string) $image_size Image size. Default 'large'.
    Required: Yes
定义在:
文档:

Filters the default twentynineteen image attachment size.





源码

$image_size = apply_filters( 'twentynineteen_attachment_size', 'full' );