565* Minimum and maximum widths for the oEmbed response.566*567* @type int$min Minimum width.Default200.568* @type int$max Maximum width.Default600.569*}570*/571$min_max_width=apply_filters(572'oembed_min_max_width',573array(574'min'=>200,575'max'=>600,576)577);
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.