| Server IP : 43.130.17.34 / Your IP : 216.73.217.6 Web Server : nginx/1.28.0 System : Linux VM-4-12-opencloudos 6.6.92-34.1.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 25 21:32:13 CST 2025 x86_64 User : www ( 1000) PHP Version : 8.0.26 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/yespkg.com/wp-content/plugins/sticky-chat-widget/admin/templates/ |
Upload File : |
<?php
/**
* Deactivate plugin functionality of the plugin.
*
* @author : Ginger Plugins <gingerplugins@gmail.com>
* @license : GPL2
* */
defined('ABSPATH') or die('Direct Access is not allowed');
?>
<?php $pluginSlug = $this->slug ; ?>
<div class="ginger-deactivate-popup" tabindex="-1" id="<?php echo esc_attr($pluginSlug) ?>-popup-form">
<div class="ginger-popup-form-overlay"></div>
<div class="ginger-popup-form">
<form action="<?php echo esc_url(admin_url("admin-ajax.php")) ?>" method="post" id="<?php echo esc_attr($pluginSlug) ?>-deactivate-form">
<div class="gp-popup-form-header">
<?php esc_html_e('Quick feedback', "sticky-chat-widget"); ?>
</div>
<div class="gp-popup-form-body">
<div class="gp-popup-message"><?php esc_html_e('If you have a moment, please share why you are deactivating Sticky chat Widget. Your feedback will help us to improve our product', "sticky-chat-widget"); ?></div>
<div class="gp-popup-form-control">
<label for="email-<?php echo esc_attr($pluginSlug) ?>"><?php esc_html_e("Email address", "sticky-chat-widget") ?></label>
<input id="email-<?php echo esc_attr($pluginSlug) ?>" type="email" name="deactivate_email" value="<?php echo esc_attr(get_option('admin_email')) ?>" placeholder="<?php esc_html_e("Email address", "sticky-chat-widget") ?>" >
</div>
<div class="gp-popup-form-control">
<label for="deactivate_comment-<?php echo esc_attr($pluginSlug) ?>"><?php esc_html_e("Your comment", "sticky-chat-widget") ?></label>
<textarea rows="5" id="deactivate_comment-<?php echo esc_attr($pluginSlug) ?>" name="deactivate_comment"><?php esc_html_e('I need help with Sticky Chat Widget', "sticky-chat-widget"); ?></textarea>
</div>
</div>
<div class="gp-popup-form-footer">
<input type="submit" class="button button-secondary gp-deactivate-button <?php echo esc_attr($pluginSlug) ?>-popup-submit" value="<?php esc_html_e("Submit & Deactivate", "sticky-chat-widget") ?>">
<span class="gp-popup-loader <?php echo esc_attr($pluginSlug) ?>-loader"></span>
<div class="gp-popup-action-buttons">
<input type="button" class="button button-secondary gp-skip-button <?php echo esc_attr($pluginSlug) ?>-skip-feedback" value="<?php esc_html_e("Skip & Deactivate", "sticky-chat-widget") ?>">
<a href="javascript:;" class="button button-primary <?php echo esc_attr($pluginSlug) ?>-close-button"><?php esc_html_e('Cancel', "sticky-chat-widget"); ?></a>
</div>
</div>
<input type="hidden" name="deactivate_nonce" value="<?php echo esc_attr(wp_create_nonce($pluginSlug."-deactivate-plugin")) ?>">
<input type="hidden" name="action" value="<?php echo esc_attr($pluginSlug."-plugin_deactivate_form") ?>">
</form>
</div>
</div>