| 1 |
<?php |
| 2 |
/** |
| 3 |
* Sidebar for Admin Pages |
| 4 |
* |
| 5 |
* @package Import_Facebook_Events |
| 6 |
* @subpackage Import_Facebook_Events/templates |
| 7 |
* @copyright Copyright (c) 2016, Dharmesh Patel |
| 8 |
* @since 1.0.0 |
| 9 |
*/ |
| 10 |
|
| 11 |
// Exit if accessed directly |
| 12 |
if ( ! defined( 'ABSPATH' ) ) exit; |
| 13 |
?> |
| 14 |
|
| 15 |
<div class="upgrade_to_pro"> |
| 16 |
<h2><?php esc_html_e( 'Upgrade to Pro', 'import-facebook-events' ); ?></h2> |
| 17 |
<p><?php esc_html_e( 'Unlock more power to events import operation, enable scheduled imports today, Upgrade today!!','import-facebook-events'); ?></p> |
| 18 |
<a class="button button-primary upgrade_button" href="<?php echo esc_url( IFE_PLUGIN_BUY_NOW_URL ); ?>" target="_blank"> |
| 19 |
<?php esc_html_e( 'Upgrade to Pro','import-facebook-events'); ?> |
| 20 |
</a> |
| 21 |
</div> |
| 22 |
|
| 23 |
<div class="upgrade_to_pro"> |
| 24 |
<h2><?php esc_html_e( 'Custom WordPress Development Services','import-facebook-events'); ?></h2> |
| 25 |
<p><?php esc_html_e( "From small blog to complex web apps, we push the limits of what's possible with WordPress.","import-facebook-events" ); ?></p> |
| 26 |
<a class="button button-primary upgrade_button" href="<?php echo esc_url('https://xylusthemes.com/contact/?utm_source=insideplugin&utm_medium=web&utm_content=sidebar&utm_campaign=freeplugin'); ?>" target="_blank"> |
| 27 |
<?php esc_html_e( 'Hire Us','import-facebook-events'); ?> |
| 28 |
</a> |
| 29 |
</div> |
| 30 |
|
| 31 |
<div> |
| 32 |
<p style="text-align:center"> |
| 33 |
<strong><?php esc_html_e( 'Would you like to remove these ads?','import-facebook-events'); ?></strong><br> |
| 34 |
<a href="<?php echo esc_url( IFE_PLUGIN_BUY_NOW_URL ); ?>" target="_blank"> |
| 35 |
<?php esc_html_e( 'Get Premium','import-facebook-events'); ?> |
| 36 |
</a> |
| 37 |
</p> |
| 38 |
</div> |