twentyeleven_color_schemes

FUNCTION wp-content\themes\twentyeleven\inc\theme-options.php (ligne 150) github
Returns an array of color schemes registered for Twenty Eleven.

Paramètres

Entrée :
N/A
Sortie :
@return array<string, array<string, string>> An associative array of color scheme options.

Utilisation

// Utilisation de la fonction twentyeleven_color_schemes
$result = twentyeleven_color_schemes();

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...