Escaping Checker
Escaping Checker
Description
This plugin adds a shortcode that when used inserts an escaping checker. The checker gives you a form you can enter potentially unsafe content into, and when submitted, passes that content through every sanitisation, validation and escaping function in WordPress Core, and some PHP Core functions
Installation
- Upload the plugin folder into the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place the
[tomjn_escaping_tests]in a page or post and save
If you prefer to create a dedicate page template, use echo tomjn_escaping_tests();
Faq
Installation Instructions
- Upload the plugin folder into the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place the
[tomjn_escaping_tests]in a page or post and save
If you prefer to create a dedicate page template, use echo tomjn_escaping_tests();
There’s a Lot of Escaping Functions!
Yes! But not every function listed here is an escaping function, there are validation and sanitising functions too, some of them are PHP Core functions rather than WordPress functions
Reviews
Very useful
By shanebp on October 13, 2021
Changelog
1.1
- Put a green or yellow border around output depending on wether it matches the original input
- Bumped tested WP version to 4.9.5
1.0
- Added
behave.jsto make typing content easier
