Title: Removing default content filter?
Last modified: February 9, 2019

---

# Removing default content filter?

 *  [cyberwolfer](https://wordpress.org/support/users/cyberwolfer/)
 * (@cyberwolfer)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/removing-default-content-filter/)
 * Hi, how do I remove the default content filter? I would like to use the template
   tag in my php code and only show the gallery once on each page.
 * Best regards, Jan

Viewing 1 replies (of 1 total)

 *  [Stoyan Kostadinov](https://wordpress.org/support/users/skostadinov/)
 * (@skostadinov)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/removing-default-content-filter/#post-11200516)
 * Hello, [@cyberwolfer](https://wordpress.org/support/users/cyberwolfer/).
 * You can use the remove_filter() function. For our content filter you can use 
   the following code:
    `remove_filter( 'the_content', 'easy_image_gallery_append_to_content');`
 * Thanks for using our plugin.
 * Greetings,
    Stoyan.

Viewing 1 replies (of 1 total)

The topic ‘Removing default content filter?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-image-gallery_9da6b0.svg)
 * [Easy Image Gallery](https://wordpress.org/plugins/easy-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-image-gallery/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Stoyan Kostadinov](https://wordpress.org/support/users/skostadinov/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/removing-default-content-filter/#post-11200516)
 * Status: not resolved