PluginProbe
Import Social Events / 1.2.0
Import Social Events v1.2.0
1.9.1 1.9.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 All 61 releases
import-facebook-events / templates / admin-sidebar.php

admin-sidebar.php in Import Social Events 1.2.0, at templates/admin-sidebar.php

38 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>