__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Plugin Name: Social Chat
* Description: Social Chat allows your visitors to contact you or your team through WhatsApp with a single click.
* Plugin URI: https://quadlayers.com/products/whatsapp-chat/
* Version: 8.0.7
* Text Domain: wp-whatsapp-chat
* Author: QuadLayers
* Author URI: https://quadlayers.com
* License: GPLv3
* Domain Path: /languages
* Request at least: 4.7
* Tested up to: 6.8
* Requires PHP: 5.6
*/
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
define( 'QLWAPP_PLUGIN_VERSION', '8.0.7' );
define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
define( 'QLWAPP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'QLWAPP_PREFIX', 'qlwapp' );
define( 'QLWAPP_DOMAIN', QLWAPP_PREFIX );
define( 'QLWAPP_LANDING_URL', 'https://quadlayers.com/landing/whatsapp-chat/?utm_source=qlwapp_plugin&utm_medium=whatsapp' );
define( 'QLWAPP_GROUP_URL', 'https://www.facebook.com/groups/quadlayers' );
define( 'QLWAPP_PHONE_NUMBER', '59895761512' );
define( 'QLWAPP_GROUP_LINK', 'https://chat.whatsapp.com/EQuPUtcPzEdIZVlT8JyyNw' );
/**
* Load composer autoload
*/
require_once __DIR__ . '/vendor/autoload.php';
/**
* Load plugin helpers
*/
require_once __DIR__ . '/lib/helpers.php';
require_once __DIR__ . '/compatibility/old.php';
/**
* Load vendor_packages packages
*/
require_once __DIR__ . '/vendor_packages/wp-i18n-map.php';
require_once __DIR__ . '/vendor_packages/wp-dashboard-widget-news.php';
require_once __DIR__ . '/vendor_packages/wp-plugin-table-links.php';
require_once __DIR__ . '/vendor_packages/wp-notice-plugin-promote.php';
require_once __DIR__ . '/vendor_packages/wp-plugin-install-tab.php';
require_once __DIR__ . '/vendor_packages/wp-plugin-feedback.php';
/**
* Load plugin classes
*/
require_once __DIR__ . '/lib/class-plugin.php';
/**
* Plugin activation hook
*/
register_activation_hook(
__FILE__,
function () {
do_action( 'qlwapp_activation' );
}
);
/**
* Plugin activation hook
*/
register_deactivation_hook(
__FILE__,
function () {
do_action( 'qlwapp_deactivation' );
}
);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0750 |
|
|
| build | Folder | 0750 |
|
|
| compatibility | Folder | 0750 |
|
|
| jetpack_vendor | Folder | 0750 |
|
|
| lib | Folder | 0750 |
|
|
| scripts | Folder | 0750 |
|
|
| templates | Folder | 0750 |
|
|
| vendor | Folder | 0750 |
|
|
| vendor_packages | Folder | 0750 |
|
|
| index.php | File | 28 B | 0640 |
|
| readme.txt | File | 15.73 KB | 0640 |
|
| tsconfig.json | File | 1.03 KB | 0640 |
|
| uninstall.php | File | 442 B | 0640 |
|
| whatsapp-chat.php | File | 537 B | 0640 |
|
| wp-whatsapp-chat.php | File | 2.26 KB | 0640 |
|
| wpml-config.xml | File | 1.27 KB | 0640 |
|