get_header_image

FUNCTION wp-includes\theme.php (ligne 1226) github
Retrieves header image for custom header.

Paramètres

Entrée :
N/A
Sortie :
@return string|false

Utilisation

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

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

Actualités

Chargement des actualités...