* @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);
?>