HEX
Server: LiteSpeed
System: Linux sinope.sitehostingserver.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: aprilnet (1155)
PHP: 8.2.33
Disabled: 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,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
Upload Files
File: /home/aprilnet/public_html/hadoukencabs.com/wp-content/themes/trendymag/footer-default.php
<?php if ( ! defined( 'ABSPATH' ) ) :
    exit; // Exit if accessed directly
endif; ?>

<footer class="footer-section footer-default-wrapper">
    <div class="container">
        <?php if ( class_exists( 'Redux' ) ) : ?>
            <div class="primary-footer">
                <div class="row">
                    <div class="col-md-5">
                        <div class="footer-logo">
                            <a href="<?php echo esc_url(site_url('/')); ?>" title="<?php echo esc_attr(get_bloginfo('name')); ?>">
                                <img src="<?php echo esc_url(trendymag_option('footer-logo', 'url', get_template_directory_uri() . '/images/footer-logo.png')); ?>" data-at2x="<?php echo esc_url(trendymag_option('footer-retina-logo', 'url', get_template_directory_uri() . '/images/footer-logo2x.png')); ?>" alt="<?php echo esc_attr(get_bloginfo('name')); ?>"/>
                            </a>
                        </div> <!-- .footer-logo -->

                        <div class="footer-about-text">
                            <?php echo wp_kses(trendymag_option('footer-about-text'), array(
                                'a'      => array('href'   => array(), 'title'  => array(), 'target' => array(), 'class' => array(), 'style' => array()),
                                'br'     => array(),
                                'em'     => array(),
                                'strong' => array('style' => array()),
                                'br'     => array(),
                                'ul'     => array('class' => array()),
                                'li'     => array('class' => array()),
                                'p'      => array('class' => array(), 'style' => array()),
                                'span'   => array('class' => array(), 'style' => array()),
                                'address'=> array('class' => array(), 'style' => array())
                            )); ?>
                        </div>
                        
                        <?php if (trendymag_option('social-icon-visibility', false, true)) : ?>
                            <div class="social-links-wrap">
                                <?php get_template_part('template-parts/social', 'icons');?>
                            </div> <!-- /social-links-wrap -->
                        <?php endif; ?>
                    </div> <!-- .col-md-5 -->

                    <div class="col-md-7">
                        <?php if (is_active_sidebar('trendymag-footer-default' )): ?>
                            <div class="row tt-sidebar-wrapper footer-sidebar clearfix" role="complementary">
                                <?php dynamic_sidebar('trendymag-footer-default' );?>
                            </div>
                        <?php endif ?>
                    </div> <!-- .col-md-7 -->
                </div>
            </div> <!-- .primary-footer -->
        <?php endif; ?>
    </div> <!-- .container -->
   
    <div class="footer-copyright text-center">
        <div class="container">
            <div class="copyright">
                <?php if (trendymag_option('footer-text', false, false)) : ?>
                    <?php echo wp_kses(trendymag_option('footer-text'), array(
                        'a'      => array(
                            'href'   => array(),
                            'title'  => array(),
                            'target' => array(),
                            'style' => array(),
                            'class' => array()
                        ),
                        'br'     => array(),
                        'em'     => array(),
                        'strong' => array('style' => array()),
                        'ul'     => array('class' => array(), 'style' => array()),
                        'li'     => array('class' => array(), 'style' => array()),
                        'p'      => array('class' => array(), 'style' => array()),
                        'span'   => array('class' => array(), 'style' => array())
                    )); 
                    
                    else : ?>
                    <?php printf(
                        esc_html__('Copyright &copy; %1$s | %2$s Theme by %3$s | Powered by %4$s', 'trendymag'),
                        date('Y'), 
                        esc_html__('TrendyMag', 'trendymag'),
                        "<a href='https://trendytheme.net'>".esc_html__('TrendyTheme', 'trendymag')."</a>",
                        "<a href='https://wordpress.org'>".esc_html__('WordPress', 'trendymag')."</a>"
                    ); ?>
                <?php endif; ?>

                <?php if ( function_exists( 'the_privacy_policy_link' ) ) :
                    the_privacy_policy_link( '&nbsp| &nbsp', '' );
                endif; ?>
            </div> <!-- .copyright -->
        </div> <!-- .container -->
    </div> <!-- .footer-copyright -->
</footer> <!-- .footer-section -->