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