| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/ |
| Current File : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/header-video.php |
<?php
/**
* The template to display the background video in the header
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0.14
*/
$hallelujah_header_video = hallelujah_get_header_video();
$hallelujah_embed_video = '';
if ( ! empty( $hallelujah_header_video ) && ! hallelujah_is_from_uploads( $hallelujah_header_video ) ) {
if ( hallelujah_is_youtube_url( $hallelujah_header_video ) && preg_match( '/[=\/]([^=\/]*)$/', $hallelujah_header_video, $matches ) && ! empty( $matches[1] ) ) {
?><div id="background_video" data-youtube-code="<?php echo esc_attr( $matches[1] ); ?>"></div>
<?php
} else {
?>
<div id="background_video"><?php hallelujah_show_layout( hallelujah_get_embed_video( $hallelujah_header_video ) ); ?></div>
<?php
}
}