twentyfifteen_author_bio_avatar_size

FILTER wp-content\themes\twentyfifteen\author-bio.php (ligne 22) github
Filters the author bio avatar size.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...