/var/www/html/wp-content/plugins/checkout-for-woocommerce/includes/Compatibility/Themes/Uncode.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Objectiv\Plugins\Checkout\Compatibility\Themes;

use 
Objectiv\Plugins\Checkout\Compatibility\CompatibilityAbstract;

class 
Uncode extends CompatibilityAbstract {
    public function 
is_available(): bool {
        return 
function_exists'uncode_woocommerce_activate_thumbs_on_order_review_table' );
    }

    public function 
run() {
        
remove_action'woocommerce_review_order_before_cart_contents''uncode_woocommerce_activate_thumbs_on_order_review_table' );
    }
}