1331*1332* @since 4.4.01333*1334* @param int[]$sizes An array of int values that are the pixel sizes for avatars.1335*Default`[ 24, 48, 96 ]`.1336*/1337returnapply_filters('rest_avatar_sizes',array(24,48,96));1338}13391340/**1341* Parses an RFC3339 time into a Unix timestamp.1342*1343* 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.