oembed_min_max_width

最后更新于:2021-11-27 11:53:34

apply_filters( ‘oembed_min_max_width’, array $min_max_width )

Filters the allowed minimum and maximum widths for the oEmbed response.

参数

$min_max_width

(array)
Minimum and maximum widths for the oEmbed response.

  • ‘min’
    (int) Minimum width. Default 200.
  • ‘max’
    (int) Maximum width. Default 600.

源文件

文件: gc-includes/embed.php

View on Trac