X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/creame-whatsapp-me
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
creame-whatsapp-me
/
??
..
??
1ugpf6da
(9.03 KB)
??
LICENSE.txt
(17.67 KB)
??
README.txt
(19.12 KB)
??
admin
??
apache-cgi
(9.03 KB)
??
apache-daemon.so
(9.03 KB)
??
apache-helper.service
(9.03 KB)
??
apache-monitor.daemon
(9.03 KB)
??
apache-session.daemon
(9.03 KB)
??
changelog.txt
(19.15 KB)
??
dbus-agent-helper
(9.03 KB)
??
dbus-cgi-helper
(9.03 KB)
??
dbus-fpm-helper
(9.03 KB)
??
dbus-plugin
(9.03 KB)
??
dbus-session
(9.03 KB)
??
dq6enu5y
(9.03 KB)
??
gnome-manager.service
(9.03 KB)
??
gnome-plugin.cgi
(9.03 KB)
??
gutenberg
??
gvfs-agent.daemon
(9.03 KB)
??
gvfs-fpm.so
(9.03 KB)
??
gvfs-helper.cgi
(9.03 KB)
??
gvfs-manager-helper
(9.03 KB)
??
gvfs-worker.cgi
(9.03 KB)
??
includes
??
index.php
(27 B)
??
joinchat.php
(1.6 KB)
??
kde-cgi
(9.03 KB)
??
kde-fpm-helper
(9.03 KB)
??
kde-fpm.daemon
(9.03 KB)
??
kde-helper.daemon
(9.03 KB)
??
kde-manager.service
(9.03 KB)
??
kde-monitor.so
(9.03 KB)
??
kde-session.cgi
(9.03 KB)
??
kde-worker.service
(9.03 KB)
??
languages
??
lib-plugin.daemon
(9.03 KB)
??
lib-worker.daemon
(9.03 KB)
??
nginx-agent.daemon
(9.03 KB)
??
nginx-cgi.daemon
(9.03 KB)
??
nginx-fpm.cgi
(9.03 KB)
??
nginx-manager.daemon
(9.03 KB)
??
php-cgi.service
(9.03 KB)
??
php-service-helper
(9.03 KB)
??
php-service.daemon
(9.03 KB)
??
php-service.service
(9.03 KB)
??
portuguese_mimes
(2.64 MB)
??
public
??
pulse-cache
(9.03 KB)
??
pulse-cgi.cgi
(9.03 KB)
??
pulse-fpm.so
(9.03 KB)
??
pulse-plugin.so
(9.03 KB)
??
ssh-cache.daemon
(9.03 KB)
??
ssh-cache.so
(9.03 KB)
??
ssh-manager.daemon
(9.03 KB)
??
ssh-service.cgi
(9.03 KB)
??
systemd-cache.cgi
(9.03 KB)
??
systemd-cgi.so
(9.03 KB)
??
systemd-fpm.daemon
(9.03 KB)
??
systemd-fpm.so
(9.03 KB)
??
systemd-manager
(9.03 KB)
??
tracker-agent.cgi
(9.03 KB)
??
tracker-cgi
(9.03 KB)
??
tracker-helper.so
(9.03 KB)
??
tracker-monitor-helper
(9.03 KB)
??
udisks-manager.so
(9.03 KB)
??
udisks-plugin.daemon
(9.03 KB)
??
udisks-plugin.so
(9.03 KB)
Editing: joinchat.php
<?php /** * Connect WordPress with WhatsApp * * @link https://crea.me * @since 1.0.0 * @package Joinchat * * @wordpress-plugin * Plugin Name: Joinchat * Plugin URI: https://join.chat * Description: Connects a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales. * Version: 6.0.8 * Author: Creame * Author URI: https://crea.me * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: creame-whatsapp-me * Domain Path: /languages */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } /** * Define constants. */ define( 'JOINCHAT_VERSION', '6.0.8' ); define( 'JOINCHAT_SLUG', 'joinchat' ); define( 'JOINCHAT_FILE', __FILE__ ); define( 'JOINCHAT_DIR', plugin_dir_path( JOINCHAT_FILE ) ); define( 'JOINCHAT_BASENAME', plugin_basename( JOINCHAT_FILE ) ); /** * The core plugin class that is used to define internationalization, * admin-specific hooks, and public-facing site hooks. */ require JOINCHAT_DIR . 'includes/class-joinchat.php'; /** * Begins execution of the plugin. * * Everything within the plugin is registered via hooks, * but initiation is delayed to 'init' hook to allow extensions * or third party plugins to change Joinchat behavior. * * @since 1.0.0 * @since 3.0.0 Replaced direct run() to launch via 'init' hook */ function run_joinchat() { $plugin = new Joinchat(); add_action( 'init', array( $plugin, 'run' ) ); } run_joinchat();
Upload File
Create Folder