Quote from
peter417 on June 16, 2023, 10:58 pm
step 1
/views/forum-editor.php
<input class="editor-subject-input" type="text" id="subject" maxlength="1000" name="subject" value="<?php echo esc_html(stripslashes($subject)); ?>">
step 2
database wp_forum_topics -> name -> VARCHAR -> 1000
step 1
/views/forum-editor.php
<input class="editor-subject-input" type="text" id="subject" maxlength="1000" name="subject" value="<?php echo esc_html(stripslashes($subject)); ?>">
step 2
database wp_forum_topics -> name -> VARCHAR -> 1000
Asgaros has reacted to this post.