Price By Country by HighAddons — Maintient les prix corrects dans les appels AJAX du plugin
if (wp_doing_ajax() && strpos($_REQUEST['action'], 'woocs_') !== FALSE) {
if (get_option('cbp_enable_module') == 'yes') {
require_once WC_CBP_DIR . 'includes/frontend/class-frontend.php';
}
}