settings-tabs
1 year ago
admin-content.php
1 year ago
email-signup.php
1 year ago
folder-deactivate-form.php
1 year ago
folder-popup.php
1 year ago
general-settings.php
1 year ago
help.php
1 year ago
media-cleaning.php
1 year ago
media-replace.php
1 year ago
modals.php
1 year ago
recommended-plugins.php
1 year ago
update.php
1 year ago
upgrade-table.php
1 year ago
upgrade-to-pro.php
1 year ago
upgrade-to-pro.php
20 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Folders Upgrade to Pro |
| 4 | * |
| 5 | * @author : Premio <contact@premio.io> |
| 6 | * @license : GPL2 |
| 7 | * */ |
| 8 | |
| 9 | if (! defined('ABSPATH')) { |
| 10 | exit; |
| 11 | } |
| 12 | |
| 13 | $proURL = "https://go.premio.io/?edd_action=add_to_cart&download_id=687&edd_options[price_id]="; |
| 14 | ?> |
| 15 | <div class="wrap"> |
| 16 | <div class="key-table"> |
| 17 | <?php require_once "upgrade-table.php" ?> |
| 18 | </div> |
| 19 | </div> |
| 20 |