prefix . $table; return $wpdb->get_var($wpdb->prepare("SHOW TABLES LIKE %s", $table_name)) === $table_name; } if ( ( get_option('mc_version') !== false || get_option('wc_mc_version') !== false || mc_table_exists('mc_banklinks') ) && !filter_var(get_option('mc_shipping_plus'), FILTER_VALIDATE_BOOLEAN) ) { require_once plugin_dir_path(__FILE__) . 'config.php'; } else { require_once plugin_dir_path(__FILE__) . 'makecommerce/makecommerce.php'; }