| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/www/wp-content/plugins/getsitecontrol/ |
Upload File : |
<?php
/**
* Plugin Name: Getsitecontrol widgets
* Plugin URI: https://getsitecontrol.com/
* Description: Getsitecontrol is an ultimate WordPress popup plugin. Collect emails, conduct online surveys, let website visitors reach you via a contact form, or promote your content with attention-grabbing modals. Increase ROI with exit popups, slide-ins, and notification bars.
* Version: 3.0.0
* Requires at least: 3.0.1
* Tested up to: 5.2.4
* Author: getsitecontrol
* Author URI: https://getsitecontrol.com/
* License: GPL2
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! defined( 'GSC_URL' ) ) {
define( 'GSC_URL', plugin_dir_url( __FILE__ ) );
}
if ( ! defined( 'GSC_PATH' ) ) {
define( 'GSC_PATH', plugin_dir_path( __FILE__ ) );
}
require_once GSC_PATH . 'includes/get-site-control-wordpress.php';
GetsitecontrolWordPress::init();