1311*1312* @since 4.4.01313*1314* @param int[]$sizes An array of int values that are the pixel sizes for avatars.1315*Default`[ 24, 48, 96 ]`.1316*/1317returnapply_filters('rest_avatar_sizes',array(24,48,96));1318}13191320/**1321* Parses an RFC3339 time into a Unix timestamp.1322*1323* 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.