wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



rest_avatar_sizes › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'rest_avatar_sizes', array( 24, 48, 96 )
Paramètres:
  • (int[]) $sizes An array of int values that are the pixel sizes for avatars. Default `[ 24, 48, 96 ]`.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the REST avatar sizes.

Use this filter to adjust the array of sizes returned by the rest_get_avatar_sizes function.





Source

return apply_filters( 'rest_avatar_sizes', array( 24, 48, 96 ) );