Checks whether the custom header video is eligible to show on the current page.
N/A
Sortie :
@return bool True if the custom header video should be shown. False if not.
// Utilisation de la fonction is_header_video_active
$result = is_header_video_active();
if ($result) {
// Votre logique ici
}
Chargement des actualités...