| 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' ) ) { |
| 13 |
exit; |
| 14 |
} |
| 15 |
?> |
| 16 |
|
| 17 |
<div class="upgrade_to_pro"> |
| 18 |
<h2><?php esc_html_e( 'Upgrade to Pro', 'import-facebook-events' ); ?></h2> |
| 19 |
<p><?php esc_html_e( 'Unlock more power to events import operation, enable scheduled imports today, Upgrade today!!', 'import-facebook-events' ); ?></p> |
| 20 |
<a class="button button-primary ife-lh upgrade_button" href="<?php echo esc_url( IFE_PLUGIN_BUY_NOW_URL ); ?>" target="_blank"> |
| 21 |
<?php esc_html_e( 'Upgrade to Pro', 'import-facebook-events' ); ?> |
| 22 |
</a> |
| 23 |
</div> |
| 24 |
|
| 25 |
<div class="upgrade_to_pro"> |
| 26 |
<h2><?php esc_html_e( 'Custom WordPress Development Services', 'import-facebook-events' ); ?></h2> |
| 27 |
<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> |
| 28 |
<a class="button button-primary ife-lh 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"> |
| 29 |
<?php esc_html_e( 'Hire Us', 'import-facebook-events' ); ?> |
| 30 |
</a> |
| 31 |
</div> |
| 32 |
|
| 33 |
<div> |
| 34 |
<p style="text-align:center"> |
| 35 |
<strong><?php esc_html_e( 'Would you like to remove these ads?', 'import-facebook-events' ); ?></strong><br> |
| 36 |
<a href="<?php echo esc_url( IFE_PLUGIN_BUY_NOW_URL ); ?>" target="_blank"> |
| 37 |
<?php esc_html_e( 'Get Premium', 'import-facebook-events' ); ?> |
| 38 |
</a> |
| 39 |
</p> |
| 40 |
</div> |
| 41 |
|