nanodesigns / nanosupport

Create a fully featured Support Center in your WordPress setup without any third party dependency, completely FREE. Get a built-in Knowledgebase too. The plugin is available on WordPress.org repository:
https://wordpress.org/plugins/nanosupport/
GNU General Public License v2.0
50 stars 13 forks source link

Is it too much to provide a lot of allowed tags? #7

Closed mayeenulislam closed 7 years ago

mayeenulislam commented 7 years ago

With the release of version 0.2.1 we've used wp_kses() for allowing limited HTML tags for ticket submission from front end. The allowed tags can be found here: https://github.com/nanodesigns/nanosupport/blob/v0.2.1/includes/ns-utility-functions.php#L605-L657

And they can be filtered to add/remove any tag desired using new filter hook: ns_allowed_html

But,

mayeenulislam commented 7 years ago

The issue is out of discussion, hence there is a filter hook to alter wherever and whenever necessary. Closing the issue.