/var/www/html/wp-content/plugins/checkout-for-woocommerce/includes/Compatibility/Themes/Savoy.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 
Savoy extends CompatibilityAbstract {
    public function 
is_available(): bool {
        return 
defined'NM_THEME_DIR' );
    }

    function 
run() {
        
remove_filter'woocommerce_checkout_required_field_notice''nm_checkout_required_field_notice' );
    }
}