Filters the maxwidth oEmbed parameter.
Parameters
$maxwidthint- Maximum allowed width. Default 600.
Source
$maxwidth = apply_filters( 'oembed_default_width', 600 );
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
Filters the maxwidth oEmbed parameter.
$maxwidthint$maxwidth = apply_filters( 'oembed_default_width', 600 );
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.