twentyeleven_header_image_width

FILTER wp-content\themes\twentyeleven\functions.php (ligne 193) github
Filters the Twenty Eleven default header image width.

Paramètres

Entrée :
1000
Sortie :
@param int $width The default header image width in pixels. Default 1000.

Utilisation

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

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

Actualités

Chargement des actualités...