SILENT KILLERPanel

Current Path: > home > codekrsu > > > escapematrixonline.com > wp-content > themes > vandana-lite > sections


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu///escapematrixonline.com/wp-content/themes/vandana-lite/sections

NameTypeSizeLast ModifiedActions
about.php File 1778 bytes May 13 2025 15:38:53.
banner.php File 3688 bytes May 13 2025 15:38:53.
blog.php File 2996 bytes May 13 2025 15:38:53.
client.php File 291 bytes May 13 2025 15:38:53.
contact.php File 998 bytes May 13 2025 15:38:53.
cta.php File 247 bytes May 13 2025 15:38:53.
promotional.php File 307 bytes June 07 2025 19:49:36.
service.php File 745 bytes May 13 2025 15:38:53.
testimonial.php File 1312 bytes May 13 2025 15:38:53.
wheeloflife.php File 2695 bytes May 13 2025 15:38:53.

Reading File: /home/codekrsu///escapematrixonline.com/wp-content/themes/vandana-lite/sections/wheeloflife.php

<?php
/**
 * Wheel of Life Section
 * 
 * @package Vandana
 */

$ed_section        = get_theme_mod( 'ed_wheeloflife_section', false );
$section_title     = get_theme_mod( 'wol_section_title' );
$section_content   = get_theme_mod( 'wol_section_content' );
$section_img       = get_theme_mod( 'wheeloflife_img', get_template_directory_uri() . '/images/chart.png' );
$alt_image         = attachment_url_to_postid( $section_img );
$section_shortcode = get_theme_mod( 'wheeloflife_shortcode' );
$btn_text          = get_theme_mod( 'wheeloflife_cp_text', __( 'Start Assessment','vandana-lite' ) );
$btn_url           = get_theme_mod( 'wheeloflife_url_cp' );

if( ( $section_title || $section_content || $section_shortcode || ( $btn_text && $btn_url ) ) && $ed_section ) { ?>
    <section id="wheeloflife_section" class="wheeloflife-section">
        <div class="container">
            <?php 
                if( $section_title ) echo '<div class="section-header"><h2 class="section-title">' . esc_html( $section_title ) . '</h2></div>';
                if( $section_content || $section_img ){ ?>
                    <div class="section-content">
                        <?php 
                            if( $section_content ) echo '<p>' . esc_html( $section_content ) . '</p>'; 
                            if( $section_img ) echo '<img src="' . esc_url( $section_img ) . '"  alt="' . esc_attr( get_post_meta( $alt_image, '_wp_attachment_image_alt', true ) ) . '">'; 
                        ?>
                    </div>
                <?php }
                if( $section_shortcode && vandana_lite_is_wheel_of_life_activated() && $btn_text && $btn_url ){ ?>
                    <div class="wheeloflife-wrapper">
                        <a href="<?php echo esc_url( $btn_url ); ?>" target="nofollow" class="wheeloflife-btn is-primary">
                            <?php echo esc_html( $btn_text ); ?>
                        </a>
                    </div>
                <?php
                }elseif( $section_shortcode && vandana_lite_is_wheel_of_life_activated() ){
                    echo do_shortcode( wp_kses_post( $section_shortcode ) );
                }else{
                    if( $btn_text && $btn_url ){
                        ?>
                        <div class="wheeloflife-wrapper">
                            <a href="<?php echo esc_url( $btn_url ); ?>" target="nofollow" class="wheeloflife-btn is-primary">
                                <?php echo esc_html( $btn_text ); ?>
                            </a>
                        </div>
                        <?php
                    }
                }    
            ?>
        </div>
    </section>    
<?php
}

SILENT KILLER Tool