1295*1296* @since 4.4.01297*1298* @param int[]$sizes An array of int values that are the pixel sizes for avatars.1299*Default`[ 24, 48, 96 ]`.1300*/1301returnapply_filters('rest_avatar_sizes',array(24,48,96));1302}13031304/**1305* Parses an RFC3339 time into a Unix timestamp.1306*1307* Explicitly check for`false` to detect failure,as zero is a valid return
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.