1323*1324* @since 4.4.01325*1326* @param int[]$sizes An array of int values that are the pixel sizes for avatars.1327*Default`[ 24, 48, 96 ]`.1328*/1329returnapply_filters('rest_avatar_sizes',array(24,48,96));1330}13311332/**1333* Parses an RFC3339 time into a Unix timestamp.1334*1335* 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.