| @@ -9,8 +9,11 @@ | ||
| 9 | 9 | <li> |
| 10 | 10 | <a href="<?php echo admin_url("admin.php?page=imh-6310-image-map-hotspot-use"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'imh-6310-image-map-hotspot-use') echo "imh-6310-menu-active" ?>">Help</a> |
| 11 | 11 | </li> |
| 12 | 12 | <li> |
| 13 | + <a href="<?php echo admin_url("admin.php?page=imh-6310-image-map-hotspot-import-export"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'imh-6310-image-map-hotspot-import-export') echo "imh-6310-menu-active" ?>">Export / Import Plugin</a> | |
| 14 | + </li> | |
| 15 | + <li> | |
| 13 | 16 | <a href="<?php echo admin_url("admin.php?page=imh-6310-wpmart-plugins"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'imh-6310-wpmart-plugins') echo "imh-6310-menu-active" ?> imh-6310-plugin-menu">WpMart Plugins</a> |
| 14 | 17 | </li> |
| 15 | 18 | <li> |
| 16 | 19 | <a href="https://wpmart.org/downloads/image-hotspot/" target="_blank" class="imh-6310-pro">Upgrade To Pro<i class="fas fa-star"></i></a> |
| @@ -23,5 +26,6 @@ | ||
| 23 | 26 | <p>Thank you for using the "Image hotspot - Map image annotation" free version. I Just wanted to see if you have any questions or concerns about my plugins. If you do, Please do not hesitate to <a href="https://wordpress.org/support/plugin/image-map-hotspots/" target="_blank">file a bug report</a></p> |
| 24 | 27 | <p>By the way, please check the <a href="http://www.wpmart.org/downloads/image-hotspot/" target="_blank">Premium Version</a></p> |
| 25 | 28 | <p>Thank you Again!</p> |
| 26 | 29 | <p></p> |
| 27 | -</div> | |
| 30 | +</div> | |
| 31 | +<?php imh_6310_image_map_install(); ?> | |