twentysixteen_author_avatar_size

FILTER wp-content\themes\twentysixteen\inc\template-tags.php (ligne 29) github
Filters the Twenty Sixteen entry meta avatar size.

Paramètres

Entrée :
49
Sortie :
@param int $size The avatar height and width size in pixels.

Utilisation

// Modifier la valeur avec le filtre 'twentysixteen_author_avatar_size'
add_filter('twentysixteen_author_avatar_size', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre(49) {
    // Modifier la valeur
    return 49;
}

Actualités

Chargement des actualités...