Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-oembed-controller.php | apply_filters | 33 | /** * Filters the maxwidth oEmbed parameter. * * @since 4.4.0 * * @param int $maxwidth Maximum allowed width. Default 600. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $maxwidth | Maximum allowed width. Default 600. |