twentysixteen_author_bio_avatar_size

FILTER wp-content\themes\twentysixteen\template-parts\biography.php (ligne 22) github
Filters the Twenty Sixteen author bio avatar size.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...