wearerequired / relax-comment-filters
WordPress plugin to force comments to go through the more liberal post HTML filters, rather than the restrictive comment filters.
Installs: 1 444
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2024-11-10 07:54:30 UTC
README
Forces comments to go through the more liberal post HTML filters, rather than the restrictive comment filters.
Description
With this plugin users can for example post images into comments which don't get stripped by the default KSES filters. This is done by using wp_filter_post_kses()
instead of wp_filter_kses()
.