wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



embed_defaults › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'embed_defaults', compact( 'width', 'height' )
Parameter: (2)
  • (int[]) $size { Indexed array of the embed width and height in pixels. @type int $0 The embed width. @type int $1 The embed height. }
    Erforderlich: Ja
  • (string) $url The URL that should be embedded.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the default array of embed dimensions.





Quellcode

return apply_filters( 'embed_defaults', compact( 'width', 'height' ), $url );