HEX
Server: Apache
System: Linux scearpifu.dedicated.co.za 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: tn (1038)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/tn/public_html/wp-content/themes/betheme/visual-builder/bebuilder-demo-header.php
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>BeBuilder | <?php echo get_the_title( $this->post_id ); ?></title>
	<?php 
	do_action( 'wp_enqueue_scripts' );
	do_action( 'wp_print_styles' );
	do_action( 'wp_print_scripts' );
	do_action( 'wp_head' ); 
	do_action( 'mfn_bebuilder_header_scripts' );
	?>
</head>
<?php  

$body_classes = array('mfn-preloader-active');
$body_classes[] = 'mfn-'.$this->ui_mode.'-ui';



?>
<body class="<?php echo implode(' ', $body_classes); ?>">