芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/chaty/views/admin/dashboard.php
* @license : GPL2 * */ if (defined('ABSPATH') === false) { exit; } $chatyWidgets = []; $widget = ""; $dateStatus = false; $isDeleted = get_option("cht_is_default_deleted"); if ($isDeleted === false) { $chtWidgetTitle = get_option("cht_widget_title"); $chtWidgetTitle = empty($chtWidgetTitle) ? "Widget-1" : $chtWidgetTitle; $status = get_option("cht_active"); $date = get_option("cht_created_on"); $dateStatus = ($date === false || empty($date)) ? 0 : 1; $widget = [ 'title' => $chtWidgetTitle, 'index' => 0, 'nonce' => wp_create_nonce("chaty_remove__0"), 'status' => $status, 'created_on' => $date, ]; $chatyWidgets[] = $widget; } $status = get_option("cht_active"); $widgetURL = admin_url("admin.php?page=chaty-upgrade"); if ($status === false) { $chatyWidgets = []; $widgetURL = admin_url("admin.php?page=chaty-app&widget=0"); } $plugin = 'chatway-live-chat/chatway.php'; $installed_plugins = get_plugins(); ?>
" target="_blank">
>
">
">
">
">
">
" method="get">
" method="get" id="rename-widget-form">