twentytwenty_site_logo

FUNCTION wp-content\themes\twentytwenty\inc\template-tags.php (ligne 2) github
Custom template tags for this theme.

Paramètres

Entrée :
$args = array(
Sortie :
@param array $args    Arguments for displaying the site logo either as an image or text.
@param bool  $display Display or return the HTML.
@return string Compiled HTML based on our arguments.

Utilisation

// Utilisation de la fonction twentytwenty_site_logo
$result = twentytwenty_site_logo($args = array();

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

Actualités

Chargement des actualités...