wearerequired / relax-comment-filters
WordPress plugin to force comments to go through the more liberal post HTML filters, rather than the restrictive comment filters.
Package info
github.com/wearerequired/relax-comment-filters
Type:wordpress-plugin
pkg:composer/wearerequired/relax-comment-filters
1.0.1
2017-12-08 12:08 UTC
Requires
- php: >=5.6.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-10 11:43:50 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().