Current File : /home/digitaw/www/wp-content/plugins/folders/templates/admin/upgrade-to-pro.php
<?php
/**
 * Folders Upgrade to Pro
 *
 * @author  : Premio <contact@premio.io>
 * @license : GPL2
 * */

if (! defined('ABSPATH')) {
    exit;
}

$proURL = "https://go.premio.io/?edd_action=add_to_cart&download_id=687&edd_options[price_id]=";
?>
<div class="wrap">
    <div class="key-table">
        <?php require_once "upgrade-table.php" ?>
    </div>
</div>