芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/chaty/views/admin/chaty_widget.php
* @license : GPL2 * * */ if (defined('ABSPATH') === false) { exit; } $data = [ 'logo' => CHT_PLUGIN_URL . 'admin/assets/images/logo-color.svg', 'upgrade_url' => $this->getUpgradeMenuItemUrl(), 'upgrade_text' => esc_html__('Upgrade to Pro', 'chaty'), 'title' => esc_html__( 'Create a new Chaty widgets for your website. What can you use it for?', 'chaty' ), 'features' => array( [ 'logo' => CHT_PLUGIN_URL . "admin/assets/images/pro-devices.png", 'title' => esc_html__("Create separate designs for desktop and mobile", "chaty"), 'desc' => esc_html__("E.g. the mobile version can have a bigger widget, in a different color and a different position", "chaty") ], [ 'logo' => CHT_PLUGIN_URL . "admin/assets/images/pro-language.png", 'title' => esc_html__("Create separate designs for desktop and mobile", "chaty"), 'desc' => esc_html__("You can show different form and buttons based on URL (E.g. WhatsApp message to a French number and call your French phone number)", "chaty") ], [ 'logo' => CHT_PLUGIN_URL . "admin/assets/images/pro-widget.png", 'title' => esc_html__("Show separate widgets for different products", "chaty"), 'desc' => esc_html__("On your website (e.g. you can show the Facebook Messenger channel for products in the yourdomain.com/high-end/* category)", "chaty") ], [ 'logo' => CHT_PLUGIN_URL . "admin/assets/images/pro-page.png", 'title' => esc_html__("Display different channels for your landing pages", "chaty"), 'desc' => esc_html__("This way you can track the results better and have the right person assign to the relevant channel.", "chaty") ], [ 'logo' => CHT_PLUGIN_URL . "admin/assets/images/pro-support.png", 'title' => esc_html__("Show one widget on your support and contact pages", "chaty"), 'desc' => esc_html__("and a different widget on your sales pages.", "chaty") ], [ 'logo' => CHT_PLUGIN_URL . "admin/assets/images/pro-chat.png", 'title' => esc_html__("Display different call-to-action messages", "chaty"), 'desc' => esc_html__("for different pages on your website or separate call-to-action messages for mobile and desktop", "chaty") ] ) ] ?>