1319*1320* @since 4.4.01321*1322* @param int[]$sizes An array of int values that are the pixel sizes for avatars.1323*Default`[ 24, 48, 96 ]`.1324*/1325returnapply_filters('rest_avatar_sizes',array(24,48,96));1326}13271328/**1329* Parses an RFC3339 time into a Unix timestamp.1330*1331* 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.