0xsec Shell
0xSec


Server : LiteSpeed
System : Linux webbox1.ncrdns.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
User : rahcos ( 1533)
PHP Version : 8.4.24
Disable Function : NONE
Directory :  /home/rahcos/.trash/wp-content/themes/hara/woocommerce/global/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/rahcos/.trash/wp-content/themes/hara/woocommerce/global/breadcrumb.php
<?php
/**
 * Shop breadcrumb
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     2.3.0
 * @see         woocommerce_breadcrumb()
 */

if (! defined('ABSPATH')) {
    exit;
}

if (! empty($breadcrumb)) {
    echo trim($wrap_before);

    $end = '' ;
    foreach ($breadcrumb as $key => $crumb) {
        echo trim($before);

        if (! empty($crumb[1]) && sizeof($breadcrumb) !== $key + 1) {
            echo '<li><a href="' . esc_url($crumb[1]) . '">' . esc_html($crumb[0]) . '</a></li>';
        } else {
            if (!is_product()) {
                echo '<li>'.esc_html($crumb[0]).'</li>';
            }
        }

        echo trim($after);

        $end = esc_html($crumb[0]);
    }

    echo trim($wrap_after);
}

c0oded By c0rpz