Retrieves header video URL for custom header. Uses a local video if present, or falls back to an external video.
N/A
Sortie :
@return string|false Header video URL or false if there is no video.
// Utilisation de la fonction get_header_video_url
$result = get_header_video_url();
if ($result) {
// Votre logique ici
}
Chargement des actualités...