Viewing File: /usr/local/cpanel/3rdparty/wpinstaller/src/WpDownloader/BluehostApi.php

<?php
namespace WpDownloader;

use WpDownloader\Log;

class BluehostApi extends HttpApi
{
    protected static $logFile = 'bluehost_api';

    public static function getVersionData($url, $params)
    {
        $response = self::apiRequest($url, $params);

        return $response;
    }

}
Back to Directory File Manager