583* Minimum and maximum widths for the oEmbed response.584*585* @type int$min Minimum width.Default200.586* @type int$max Maximum width.Default600.587*}588*/589$min_max_width=apply_filters(590'oembed_min_max_width',591array(592'min'=>200,593'max'=>600,594)595);
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.