ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "click-to-chat.php"
Full Path: /home/zcziejy/ryadselyen/click-to-chat-for-whatsapp/click-to-chat.php
File size: 979 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/*
Plugin Name: Click to Chat
Plugin URI: https://wordpress.org/plugins/click-to-chat-for-whatsapp/
Description: Lets make your Web page visitors contact you through WhatsApp with a single click/tap
Version: 3.30.1
Author: HoliThemes
Author URI: https://holithemes.com/plugins/click-to-chat/
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: click-to-chat-for-whatsapp
*/
if ( ! defined( 'WPINC' ) ) {
die('dont try to call this directly');
}
// ctc - Version - update version at readme 'Stable tag'
if ( ! defined( 'HT_CTC_VERSION' ) ) {
define( 'HT_CTC_VERSION', '3.30.1' );
}
// define HT_CTC_PLUGIN_FILE
if ( ! defined( 'HT_CTC_PLUGIN_FILE' ) ) {
define( 'HT_CTC_PLUGIN_FILE', __FILE__ );
}
// define HT_CTC_PLUGIN_DIR
if ( ! defined( 'HT_CTC_PLUGIN_DIR' ) ) {
define( 'HT_CTC_PLUGIN_DIR', plugin_dir_path( HT_CTC_PLUGIN_FILE ) );
}
include_once 'common/class-ht-ctc-switch.php';