1438* An array of requested width and height values.1439*1440* @type int$0 The width in pixels.1441* @type int$1 The height in pixels.1442*}1443*/1444$max_srcset_image_width=apply_filters('max_srcset_image_width',2048,$size_array);14451446// Array to hold URL candidates.1447$sources=array();14481449/**1450* 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.