Title: Plugins
Last modified: August 31, 2016

---

# Plugins

 *  Resolved [israeliinportugal](https://wordpress.org/support/users/israeliinportugal/)
 * (@israeliinportugal)
 * [10 years ago](https://wordpress.org/support/topic/plugins-125/)
 * Hello,
 * I am using the “Tag Groups” plugin on my site. It is working fine. but I found
   conflict with another plugin, and I am writing to ask for your assistance please
   with this regards,
 * What I am trying to achieve, is to allow using HTML in the “tag description” 
   field. I found a plugin for that, here – [https://wordpress.org/plugins/allow-html-in-category-descriptions/](https://wordpress.org/plugins/allow-html-in-category-descriptions/).
   However, that plugin will not function properly, unless I deactivate the “Tag
   Groups” plugin. Only if I deactivate the “Tag Groups” plugin, then I can the “
   allow-html-in-category-descriptions” plugin works properly and I am able to use
   HTML on the “tag description” field.
 * Any idea how I could solve the matter? Your assistance would be very much appreciated.
   The two plugins seem to be contradicting…
 * Thank you, regards
 * [https://wordpress.org/plugins/tag-groups/](https://wordpress.org/plugins/tag-groups/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [10 years ago](https://wordpress.org/support/topic/plugins-125/#post-7396202)
 * Yes, that is expected behavior. The description field is sanitized, see also 
   [https://wordpress.org/support/topic/incompatible-with-html-in-tag-description](https://wordpress.org/support/topic/incompatible-with-html-in-tag-description).
 * I will check out if I can add an option to disable this.
 *  Thread Starter [israeliinportugal](https://wordpress.org/support/users/israeliinportugal/)
 * (@israeliinportugal)
 * [10 years ago](https://wordpress.org/support/topic/plugins-125/#post-7396204)
 * Thank you, Chris!
 * I was advised to fix this matter with a patch that edits the tag-groups.php file,
   and replaces on line 713
 *  $term[‘description’] = stripslashes( sanitize_text_field( $_POST[‘description’]));
 * with:
 *  //$term[‘description’] = stripslashes( sanitize_text_field( $_POST[‘description’]));
   
   $term[‘description’] = $_POST[‘description’];
 * Is this a good solution? Does it makes sense?
 * Thank you
 *  [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [10 years ago](https://wordpress.org/support/topic/plugins-125/#post-7396205)
 * Yes, that should work. The description is escaped before output, so there should
   not be any security risk.
 * I am currently working on a new version where you can enable HTML output in the
   settings.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plugins’ is closed to new replies.

 * ![](https://ps.w.org/tag-groups/assets/icon-256x256.png?rev=2853023)
 * [Tag Groups is the Advanced Way to Display Your Taxonomy Terms](https://wordpress.org/plugins/tag-groups/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tag-groups/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tag-groups/)
 * [Active Topics](https://wordpress.org/support/plugin/tag-groups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tag-groups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tag-groups/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Christoph](https://wordpress.org/support/users/camthor/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/plugins-125/#post-7396205)
 * Status: resolved