| 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> |