HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux newsites.squeezer-software.com 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/sites/ileskneiss/wp-content/themes/zakra/header.php
<?php
/**
 * The header for our theme
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link    https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package zakra
 */

/**
 * Functions hooked into zakra_action_doctype action
 *
 * @hooked zakra_doctype - 10
 */
do_action( 'zakra_action_doctype' );
?>

	<head>

		<?php
		/**
		 * Hook - zakra_action_head
		 *
		 * Functions hooked into zakra_action_head action
		 *
		 * @hooked zakra_head - 10
		 */
		do_action( 'zakra_action_head' );
		?>

		<?php wp_head(); ?>

	</head>

<body <?php body_class(); ?>>

<?php
/**
 * WordPress function to load custom scripts after body.
 *
 * Introduced in WordPress 5.2.0
 *
 * @since Zakra 1.2.3
 */
if ( function_exists( 'wp_body_open' ) ) {
	wp_body_open();
}
?>

<?php
/**
 * Hook - zakra_action_before
 *
 * @hooked zakra_page_start - 10
 * @hooked zakra_skip_to_content - 15
 */
do_action( 'zakra_action_before' );
?>

<?php
/**
 * Hook - zakra_action_before_header
 *
 * @hooked zakra_header_start - 10
 */
do_action( 'zakra_action_before_header' );
?>

<?php
/**
 * Hook - zakra_before_header_top
 */
do_action( 'zakra_before_header_top' );
?>

<?php
/**
 * Hook - zakra_action_header_top
 *
 * @hooked zakra_header_top - 10
 */
do_action( 'zakra_action_header_top' );
?>

<?php
/**
 * Hook - zakra_after_header_top
 */
do_action( 'zakra_after_header_top' );
?>

<?php
/**
 * Hook - zakra_action_before_header_main
 *
 * @hooked zakra_before_header_main - 10
 */
do_action( 'zakra_action_before_header_main' );
?>

<?php
/**
 * Hook - zakra_action_header_main
 *
 * @hooked zakra_header_main() - 10
 */
do_action( 'zakra_action_header_main' );
?>

<?php
/**
 * Hook - zakra_action_after_header_main
 *
 * @hooked zakra_header - 10
 */
do_action( 'zakra_action_after_header_main' );
?>

<?php
/**
 * Hook - zakra_action_after_header
 *
 * @hooked zakra_header_end - 10
 */
do_action( 'zakra_action_after_header' );
?>

<?php
/**
 * Hook - zakra_action_before_content.
 *
 * @hooked zakra_main_start - 10
 * @hooked zakra_page_header - 15
 * @hooked zakra_content_start - 20
 */
do_action( 'zakra_action_before_content' );