@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
wp-content
/
plugins
/
wp-whatsapp-chat
/
Path :
Upload File :
New :
File
Dir
/var/www/html/wp-content/plugins/wp-whatsapp-chat/wp-whatsapp-chat.php
<?php /** * Plugin Name: WP Social Chat * Description: Social Chat allows your visitors to contact you or your team through WhatsApp chat with a single click. * Plugin URI: https://quadlayers.com/portfolio/whatsapp-chat/ * Version: 4.8.1 * Author: QuadLayers * Author URI: https://quadlayers.com * License: GPLv3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * Text Domain: wp-whatsapp-chat * Domain Path: /languages */ if (!defined('ABSPATH')) { die('-1'); } define('QLWAPP_PLUGIN_NAME', 'WP Social Chat'); define('QLWAPP_PLUGIN_VERSION', '4.8.1'); define('QLWAPP_PLUGIN_FILE', __FILE__); define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR); define('QLWAPP_PREFIX', 'qlwapp'); define('QLWAPP_DOMAIN', QLWAPP_PREFIX); define('QLWAPP_WORDPRESS_URL', 'https://wordpress.org/plugins/wp-whatsapp-chat/'); define('QLWAPP_REVIEW_URL', 'https://wordpress.org/support/plugin/woocommerce-checkout-manager/reviews/?filter=5#new-post'); define('QLWAPP_DEMO_URL', 'https://quadlayers.com/portfolio/whatsapp-chat/?utm_source=qlwapp_admin'); define('QLWAPP_PURCHASE_URL', QLWAPP_DEMO_URL); define('QLWAPP_SUPPORT_URL', 'https://quadlayers.com/account/support/?utm_source=qlwapp_admin'); define('QLWAPP_DOCUMENTATION_URL', 'https://quadlayers.com/documentation/whatsapp-chat/?utm_source=qlwapp_admin'); define('QLWAPP_GROUP_URL', 'https://www.facebook.com/groups/quadlayers'); if (!class_exists('QLWAPP')) { include_once( QLWAPP_PLUGIN_DIR . 'includes/qlwapp.php' ); } register_activation_hook(QLWAPP_PLUGIN_FILE, array('QLWAPP', 'do_activation'));