403Webshell
Server IP : 178.63.100.251  /  Your IP : 216.73.216.228
Web Server : LiteSpeed
System : Linux dobby.thevpsserver.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
User : truewayi ( 1855)
PHP Version : 7.4.33
Disable Function : show_source,system,shell_exec,passthru,exec,popen,proc_open
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/truewayi/public_html/wp-content/themes/omexo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/truewayi/public_html/wp-content/themes/omexo/woocommerce.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package omexo
 */

$omexo_option  = get_option( 'omexo_opt' );
$shop_layout   = omexo_array_get($omexo_option, 'shop-page-layout') ? $omexo_option['shop-page-layout'] : '';

if(!empty($shop_layout) && $shop_layout != 'full-width' && is_active_sidebar( 'shop-sidebar' ) && is_shop()){
    $shop_col_class = 'active-sidebar';
}else{
    $shop_col_class = 'full-width';
}

get_header();

?>
<div id="primary" class="content-area">
    <main id="main" class="site-main">
        <div class="container">
            <div class="row">
                <?php if($shop_layout == 'left-sidebar' && is_shop()):?>
                <?php if(is_active_sidebar('shop-sidebar')) : ?>
                <aside class="sidebar-area shop-sidebar <?php echo esc_attr( $shop_layout == 'left-sidebar' ? 'left-sidebar': '' );?>">
                    <?php dynamic_sidebar( 'shop-sidebar' );?>
                </aside>
                <?php endif; ?>
                <?php endif; ?>
                <div class="product-list <?php echo esc_attr($shop_col_class)?>">
                    <?php woocommerce_content();?>
                </div>
                <?php if($shop_layout == 'right-sidebar' && is_shop()):?>
                <?php if(is_active_sidebar('shop-sidebar') ) : ?>
                <aside class="sidebar-area shop-sidebar <?php echo esc_attr( $shop_layout == 'right-sidebar' ? 'right-sidebar': '' );?>">
                    <?php dynamic_sidebar( 'shop-sidebar' );?>
                </aside>
                <?php endif; ?>
                <?php endif; ?>
            </div>
        </div>
    </main><!-- #main -->
</div><!-- #primary -->
<?php


get_footer();

Youez - 2016 - github.com/yon3zu
LinuXploit