twentyeleven_layouts

FUNCTION wp-content\themes\twentyeleven\inc\theme-options.php (ligne 173) github
Filters the Twenty Eleven color scheme options.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...