account
4 years ago
debug
5 years ago
forms
5 years ago
js
5 years ago
partials
4 years ago
plugin-info
5 years ago
account.php
5 years ago
add-ons.php
5 years ago
add-trial-to-pricing.php
5 years ago
admin-notice.php
5 years ago
ajax-loader.php
4 years ago
auto-installation.php
5 years ago
checkout.php
5 years ago
connect.php
5 years ago
contact.php
5 years ago
debug.php
4 years ago
email.php
5 years ago
firewall-issues-js.php
4 years ago
gdpr-optin-js.php
5 years ago
index.php
5 years ago
plugin-icon.php
5 years ago
powered-by.php
5 years ago
pricing.php
5 years ago
secure-https-header.php
5 years ago
sticky-admin-notice-js.php
4 years ago
tabs-capture-js.php
5 years ago
tabs.php
5 years ago
plugin-icon.php
20 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package Freemius |
| 4 | * @copyright Copyright (c) 2015, Freemius, Inc. |
| 5 | * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 |
| 6 | * @since 1.1.4 |
| 7 | */ |
| 8 | |
| 9 | if ( ! defined( 'ABSPATH' ) ) { |
| 10 | exit; |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * @var array $VARS |
| 15 | */ |
| 16 | $fs = freemius( $VARS['id'] ); |
| 17 | ?> |
| 18 | <div class="fs-plugin-icon"> |
| 19 | <img src="<?php echo $fs->get_local_icon_url() ?>" width="80" height="80"/> |
| 20 | </div> |