Title: Filter Support?
Last modified: March 29, 2018

---

# Filter Support?

 *  Resolved [henza](https://wordpress.org/support/users/henza/)
 * (@henza)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/filter-support-2/)
 * Firstly, just want to thank you for a GREAT plugin!
 * I was wondering if there is support for filters? Some background; One of my clients
   has the need for a second content editor, which I added using [this post as a guide](https://wordpress.stackexchange.com/questions/72922/multiple-content-block).
 * Issue was no autop or shortcodes. But I was able to add:
 *     ```
       add_filter('secondary_content', 'wpautop');
       add_filter('secondary_content', 'do_shortcode');
       ```
   
 * Can I do something similar with your plugin to get syntax highlighting working
   with the secondary_content?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [James Bradford](https://wordpress.org/support/users/arniebradfo/)
 * (@arniebradfo)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/filter-support-2/#post-10673469)
 * This plugin is not related to filters. WP filters change the content after it
   is saved, just before it is presented. This plugin only changes the visual display
   of the code in the admin section of the site. It does not change the content 
   in any way, only facilitates your changing it manually.
 * Sorry I don’t think I can help you with this directly.

Viewing 1 replies (of 1 total)

The topic ‘Filter Support?’ is closed to new replies.

 * ![](https://ps.w.org/html-editor-syntax-highlighter/assets/icon.svg?rev=2013780)
 * [HTML Editor Syntax Highlighter](https://wordpress.org/plugins/html-editor-syntax-highlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/html-editor-syntax-highlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/html-editor-syntax-highlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/html-editor-syntax-highlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/html-editor-syntax-highlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/html-editor-syntax-highlighter/reviews/)

## Tags

 * [add_filter](https://wordpress.org/support/topic-tag/add_filter/)
 * [filter](https://wordpress.org/support/topic-tag/filter/)

 * 1 reply
 * 2 participants
 * Last reply from: [James Bradford](https://wordpress.org/support/users/arniebradfo/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/filter-support-2/#post-10673469)
 * Status: resolved