/home/techb158/balacoffee.com/wp-content/plugins/chaty/views/admin
NameSizeModeActions
admin.php214440644editdlrm
channel.php1077590644editdlrm
channels-section.php149770644editdlrm
chatway-notice.php122570644editdlrm
chatway-setting.php309830644editdlrm
chatway.php231690644editdlrm
chaty-admin-integration.php80840644editdlrm
chaty-deactivate-form.php87000644editdlrm
chaty-popup.php26110644editdlrm
chatyway-info-popup.php212180644editdlrm
chaty_widget.php41010644editdlrm
contact-form-feed.php213020644editdlrm
custom-tags.php93960644editdlrm
customize-widget-section.php804320644editdlrm
dashboard.php411590644editdlrm
email-signup.php173100644editdlrm
first-popup.php95360644editdlrm
help.php199150644editdlrm
install-chatway.php258650644editdlrm
popup.php237210644editdlrm
pro_analytics.php72860644editdlrm
recommended-plugins.php255900644editdlrm
review-popup.php170520644editdlrm
trigger-and-target.php507510644editdlrm
upgrade.php536840644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/chaty/views/admin/channels-section.php (14977B)
* @license : GPL2 * */ if (defined('ABSPATH') === false) { exit; } ?>
false, 'wpautop' => false, 'drag_drop_upload' => false, 'textarea_name' => 'chat_editor_channel', 'textarea_rows' => 4, 'quicktags' => false, 'tinymce' => [ 'toolbar1' => 'bold, italic, underline', 'toolbar2' => '', 'toolbar3' => '', ], ]; wp_editor($embeddedMessage, "chat_editor_channel", $settings); ?>
socials) : foreach ($this->socials as $key => $social) : $value = get_option('cht_social'.'_'.$social['slug']); $activeClass = ''; foreach ($socialApp as $keySoc) : if ($keySoc == $social['slug']) { $activeClass = 'active'; } endforeach; $customClass = in_array($social['slug'], array("Link", "Custom_Link", "Custom_Link_3", "Custom_Link_4", "Custom_Link_5", "Custom_Link_6"))?"custom-link":""; ?>
""> "/>

    socials) { foreach ($socialApp as $keySoc) { foreach ($this->socials as $key => $social) { if ($social['slug'] != $keySoc) { // compare social media slug continue; } // get setting for media if already saved if($social['slug'] == "Chatway") { include plugin_dir_path(__FILE__) . "chatway-setting.php"; } else { include plugin_dir_path(__FILE__) . "channel.php"; } ?>