Filter hook 'oembed_default_width'

in WP Core File wp-includes/class-wp-oembed-controller.php at line 33

Description

Filters the maxwidth oEmbed parameter.

Occurrences

Filename Line Number
wp-includes/class-wp-oembed-controller.php 33

Parameters

Type Name Description
int $maxwidth Maximum allowed width. Default 600.

PHP Doc

/**
		 * Filters the maxwidth oEmbed parameter.
		 *
		 * @since 4.4.0
		 *
		 * @param int $maxwidth Maximum allowed width. Default 600.
		 */