Description
Filters the allowed minimum and maximum widths for the oEmbed response. }
Occurrences
Filename | Line Number |
---|---|
wp-includes/embed.php | 571 |
Parameters
Type | Name | Description |
---|---|---|
array | $min_max_width | { Minimum and maximum widths for the oEmbed response. |
PHP Doc
/**
* Filters the allowed minimum and maximum widths for the oEmbed response.
*
* @since 4.4.0
*
* @param array $min_max_width {
* Minimum and maximum widths for the oEmbed response.
*
* @type int $min Minimum width. Default 200.
* @type int $max Maximum width. Default 600.
* }
*/