Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
firepot
/
wp-content
/
plugins
/
click-to-chat-for-whatsapp
:
click-to-chat.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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: 4.6 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', '4.6' ); } // 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';