This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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

Screenshots

  • The escaping form

Installation

  1. Upload the plugin folder into the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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
  1. Upload the plugin folder into the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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

Read all 1 review

Contributors & Developers

“Escaping Checker” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Escaping Checker” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

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.js to make typing content easier