twentyeleven_author_bio_avatar_size

FILTER wp-content\themes\twentyeleven\content-single.php (ligne 72) github
This filter is documented in author.php

Paramètres

Entrée :
68
Sortie :
N/A

Utilisation

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

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

Actualités

Chargement des actualités...