1458* An array of requested width and height values.1459*1460* @type int$0 The width in pixels.1461* @type int$1 The height in pixels.1462*}1463*/1464$max_srcset_image_width=apply_filters('max_srcset_image_width',2048,$size_array);14651466// Array to hold URL candidates.1467$sources=array();14681469/**1470* To make sure the ID matches our image src, we will check to see if any sizes in our attachment
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.