1424* An array of requested width and height values.1425*1426* @type int$0 The width in pixels.1427* @type int$1 The height in pixels.1428*}1429*/1430$max_srcset_image_width=apply_filters('max_srcset_image_width',2048,$size_array);14311432// Array to hold URL candidates.1433$sources=array();14341435/**1436* 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.