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



oembed_default_width › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'oembed_default_width', 600 )
参数:
  • (int) $maxwidth Maximum allowed width. Default 600.
    Required: Yes
定义在:
文档:

Filters the maxwidth oEmbed parameter.





源码

$maxwidth = apply_filters( 'oembed_default_width', 600 );