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



oembed_default_width › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'oembed_default_width', 600 )
Parameter:
  • (int) $maxwidth Maximum allowed width. Default 600.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the maxwidth oEmbed parameter.





Quellcode

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