HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/kofejob-wp/wp-content/themes/kofejob/footer.php
<?php
global $kofejob_theme_options; 
  if ( is_page_template( 'page-login.php' ) && $kofejob_theme_options['login_footer_show'] == 0){}
else if ( is_page_template( 'page-register.php' ) && $kofejob_theme_options['register_footer_show'] == 0) { }
else 
{
	if(isset($kofejob_theme_options['footer_type'])) { $footer_type  = $kofejob_theme_options['footer_type']; } else { $footer_type  = 0; }
	
	if($footer_type  ==  1 && in_array('elementor-pro/elementor-pro.php', apply_filters('active_plugins', get_option('active_plugins'))))
	{
		elementor_theme_do_location('footer');
	}
	else
	{
		get_template_part( 'template-parts/footer/footer','1' );
        get_template_part( 'template-parts/verification','logic' );
        if( isset($kofejob_theme_options['job_alerts_switch']) && $kofejob_theme_options['job_alerts_switch'] != ""  && $kofejob_theme_options['job_alerts_switch'] == true  ){
            get_template_part('template-parts/job', 'alerts');
        }
	}
}
if ( is_page_template( 'page-login.php' ))
{
	get_template_part( 'template-parts/auth/password','reset' ); 
}
if ( is_singular( 'freelancer' ) || is_singular( 'services' ) || is_singular( 'projects' ) || is_singular( 'employer' ) )
{
	get_template_part( 'template-parts/auth/report','' ); 
}
if ( is_singular( 'freelancer' ))
{
	get_template_part( 'template-parts/auth/hire-freelancer-modal','' ); 
}
if(in_array('redux-framework/redux-framework.php', apply_filters('active_plugins', get_option('active_plugins'))))
{
	
}
?>
<input type="hidden" id="freelance_ajax_url" value="<?php echo admin_url('admin-ajax.php'); ?>" />
<input type="hidden" id="gen_nonce" value="<?php echo wp_create_nonce('fl_gen_secure'); ?>" />
<input type="hidden" id="nonce_error" value="<?php echo esc_attr__('Something went wrong','kofejob'); ?>" />
<?php wp_footer(); ?>
</body>
</html>