1413* An array of requested width and height values.1414*1415* @type int$0 The width in pixels.1416* @type int$1 The height in pixels.1417*}1418*/1419$max_srcset_image_width=apply_filters('max_srcset_image_width',2048,$size_array);14201421// Array to hold URL candidates.1422$sources=array();14231424/**1425* 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.