apply_filters( 'oembed_default_width', int $maxwidth )

Filters the maxwidth oEmbed parameter.


Parameters

$maxwidth int
Maximum allowed width. Default 600.

Top ↑

Source

File: wp-includes/class-wp-oembed-controller.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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