Submit
Path:
~
/
home
/
getwphos
/
public_html
/
almajd
/
wp-content
/
plugins
/
lastudio-element-kit
/
templates
/
menucart
/
global
/
File Content:
cart-totals.php
<?php /** * Cart totals template */ $elementor = Elementor\Plugin::instance(); $is_edit_mode = $elementor->editor->is_edit_mode(); if ( ( $is_edit_mode && ! wp_doing_ajax() ) || null === WC()->cart ) { $totals = ''; } else { $totals = WC()->cart->get_cart_subtotal(); } ?> <span class="lakit-cart__total-val"><?php echo wp_kses_data($totals); ?></span>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
cart-count.php
359 bytes
0644
cart-link.php
1083 bytes
0644
cart-list.php
973 bytes
0644
cart-totals.php
364 bytes
0644
index.php
701 bytes
0644
N4ST4R_ID | Naxtarrr