table-of-contents-plus icon indicating copy to clipboard operation
table-of-contents-plus copied to clipboard

Add Missing escaping, input sanitization and small other issues

Open faishal opened this issue 9 years ago • 0 comments

Current version of plugin is lake of escaping and sanitization in code. I have fixed following things

  • Escape all the data on output with proper escape function
  • Sanitize all data before saving
  • Replace some manual check with WordPress core functions
  • Some other small fixes

faishal avatar Jan 27 '16 19:01 faishal