| Server IP : 184.75.252.78 / Your IP : 216.73.217.174 Web Server : LiteSpeed System : Linux dia.sitehostingserver.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 User : kikeda ( 1072) PHP Version : 8.2.31 Disable Function : popen,imap_mail,exec,passthru,system,shell_exec,proc_open,pcntl_exec,eval,allow_url_fopen,allow_url_include,mail,proc_get_status,get_cfg_var,disk_free_space,disk_total_space,diskfreespace,getmygid,getmyinode,getmypid,geymyuid,proc_nice,proc_terminate,proc_close,apache_child_terminate,chown,lchgrp,lchown,link,readlink,exif_read_data,read_exif_data,exif_thumbnail,highlight_file,show_source,php_strip_whitespace,get_meta_tags,dl,leak,pfsockopen,event_new,pcntl_signal,pcntl_alarm,register_tick_function,apache_setenv,define_syslog_variables,escapeshellarg,escapeshellcmd,ini_alter,ini_restore,inject_code,openlog,syslog,xmlrpc_entity_decode,phpAds_remoteInfo,phpAds_XmlRpc,phpAds_xmlrpcDecode,phpAds_xmlrpcEncode,chgrp,php_eval,safe_dir,root,ftok,egy_perl,symlink,wscript MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/kikeda/public_html/ballerleather.com/wp-content/themes/magzimum/inc/hook/ |
Upload File : |
<?php
if ( ! function_exists( 'magzimum_doctype' ) ) :
/**
* Doctype Declaration
*
* @since Magzimum 1.0
*
*/
function magzimum_doctype() {
?><!DOCTYPE html> <html <?php language_attributes(); ?>><?php
}
endif;
add_action( 'magzimum_action_doctype', 'magzimum_doctype', 10 );
if ( ! function_exists( 'magzimum_head' ) ) :
/**
* Header Codes
*
* @since Magzimum 1.0
*
*/
function magzimum_head() {
?>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php
}
endif;
add_action( 'magzimum_action_head', 'magzimum_head', 10 );
if ( ! function_exists( 'magzimum_page_start' ) ) :
/**
* Page Start
*
* @since Magzimum 1.0
*
*/
function magzimum_page_start() {
// Get site layout
$site_layout = magzimum_get_option( 'site_layout' );
?>
<?php if ( 'boxed' == $site_layout ): ?>
<div id="page" class="hfeed site container">
<?php else: ?>
<div id="page" class="hfeed site container-fluid">
<?php endif ?>
<?php
}
endif;
add_action( 'magzimum_action_before', 'magzimum_page_start' );
if ( ! function_exists( 'magzimum_skip_to_content' ) ) :
/**
* Skip to content
*
* @since Magzimum 1.0
*
*/
function magzimum_skip_to_content() {
?><a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'magzimum' ); ?></a><?php
}
endif;
add_action( 'magzimum_action_before', 'magzimum_skip_to_content', 15 );
if ( ! function_exists( 'magzimum_page_end' ) ) :
/**
* Page Start
*
* @since Magzimum 1.0
*
*/
function magzimum_page_end() {
?></div><!-- #page --><?php
}
endif;
add_action( 'magzimum_action_after', 'magzimum_page_end' );
if ( ! function_exists( 'magzimum_header_start' ) ) :
/**
* Header Start
*
* @since Magzimum 1.0
*
*/
function magzimum_header_start() {
?><header id="masthead" class="site-header" role="banner"><div class="container"><?php
}
endif;
add_action( 'magzimum_action_before_header', 'magzimum_header_start' );
if ( ! function_exists( 'magzimum_header_end' ) ) :
/**
* Header End
*
* @since Magzimum 1.0
*
*/
function magzimum_header_end() {
?></div><!-- .container --></header><!-- #masthead --><?php
}
endif;
add_action( 'magzimum_action_after_header', 'magzimum_header_end' );
if ( ! function_exists( 'magzimum_footer_start' ) ) :
/**
* Footer Start
*
* @since Magzimum 1.0
*
*/
function magzimum_footer_start() {
?><footer id="colophon" class="site-footer" role="contentinfo" ><div class="container"><?php
}
endif;
add_action( 'magzimum_action_before_footer', 'magzimum_footer_start' );
if ( ! function_exists( 'magzimum_footer_end' ) ) :
/**
* Footer End
*
* @since Magzimum 1.0
*
*/
function magzimum_footer_end() {
?></div><!-- .container --></footer><!-- #colophon --><?php
}
endif;
add_action( 'magzimum_action_after_footer', 'magzimum_footer_end' );
if ( ! function_exists( 'magzimum_content_start' ) ) :
/**
* Content Start
*
* @since Magzimum 1.0
*
*/
function magzimum_content_start() {
?><div id="content" class="site-content"><div class="container"><div class="row"><?php
}
endif;
add_action( 'magzimum_action_before_content', 'magzimum_content_start' );
if ( ! function_exists( 'magzimum_content_end' ) ) :
/**
* Content End
*
* @since Magzimum 1.0
*
*/
function magzimum_content_end() {
?></div><!-- .row --></div><!-- .container --></div><!-- #content --><?php
}
endif;
add_action( 'magzimum_action_after_content', 'magzimum_content_end' );