apply_filters( ‘oembed_default_width’, int $maxwidth )

In this article

Filters the maxwidth oEmbed parameter.

Parameters

$maxwidthint
Maximum allowed width. Default 600.

Source

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

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.