TinyMCE add to the form of the comment form
-
Hello!
Can I add a TinyMCE?Or I can replace in the code:
//Form.php (584)
<textarea id="wc-textarea-<?php echo $uniqueId; ?>" <?php echo $commentTextLengthRange . ' ' . $textareaMaxLength; ?> placeholder="<?php echo $textarea_placeholder; ?>..." required name="wc_comment" class="wc_comment wpd-field"></textarea>
on:
wp_editor('content', 'editor_id', array( 'tinymce' => 1, ) );
I really like your plugins. Especially your attitude to the documentation. TinyMCE, perhaps the only thing missing the wpDiscuz plugin.
If there was an addon that added tinymce, it was a pleasant purchase for users of this plugin!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘TinyMCE add to the form of the comment form’ is closed to new replies.