Why escape HTML before escaping SQL?
-
Can you remove the filter wp_kses?
//Line 293 class.WpdiscuzCore.php $comment_content = wp_kses(trim($wc_comment), $this->helper->wc_allowed_tags); //Line 421 class.WpdiscuzCore.php 'comment_content' => apply_filters('pre_comment_content', $commentContent),
…Or add new hooks or filters for developers
Thanks a lot!
Best plugin ever!.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Why escape HTML before escaping SQL?’ is closed to new replies.