table-of-contents-plus
table-of-contents-plus copied to clipboard
Add Missing escaping, input sanitization and small other issues
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