embed_defaults

最后更新于:2021-11-26 09:11:10

apply_filters( ’embed_defaults’, int[] $size, string $url )

Filters the default array of embed dimensions.

参数

$size

(int[])
Indexed array of the embed width and height in pixels.

  • (int) The embed width.
  • ‘1’
    (int) The embed height.

$url

(string)
The URL that should be embedded.

源文件

文件: gc-includes/embed.php

View on Trac