zodiac1978 / tl-normalizer
Normalizes content, excerpt, title and comment content to Normalization Form C.
Fund package maintenance!
paypal.me/zodiac1978
www.amazon.de/wishlist/29NLO1GLKF0LI
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2025-04-07 02:33:11 UTC
README
TL Normalizer
Normalizes content, excerpt, title and comment content to Normalization Form C.
Why?
For everyone getting this warning from W3C validator: "Text run is not in Unicode Normalization Form C." http://www.w3.org/International/docs/charmod-norm/#choice-of-normalization-form
Requirements
Requires PHP 5.3+ Be sure to have the PHP-Normalizer-function available (intl extension has to be installed). See: http://php.net/manual/en/normalizer.normalize.php
Installation
If you don’t know how to install a plugin for WordPress, here’s how.
Changelog
1.1.0
- Added to more (sanitize) filters
- Added support for Advanced Custom Fields
- Added (limited) support for Elementor and Beaver Builder
- Added support for widgets
- Updated readme.txt
1.0.0
- Initial release.