Title: Content filter not applied
Last modified: August 30, 2016

---

# Content filter not applied

 *  Resolved [greghaygood](https://wordpress.org/support/users/greghaygood/)
 * (@greghaygood)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/content-filter-not-applied/)
 * When displaying a portfolio item in the modal, not all of the WP formatting is
   getting preserved, as shown in the WP editor, at least as far as preserving the
   paragraphs in my post. From looking at waving-portfolio.php, line 313, the “the_content”
   filter is not getting applied when calling get_the_content().
 * When I change it to use
 *     ```
       apply_filters('the_content', get_the_content())
       ```
   
 * it works as expected.
 * [https://wordpress.org/plugins/waving-portfolio/](https://wordpress.org/plugins/waving-portfolio/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [aelbuni](https://wordpress.org/support/users/aelbuni/)
 * (@aelbuni)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/content-filter-not-applied/#post-6631969)
 * Thanks for your constructive feedback.
 * This fix has been included in version 1.2.2

Viewing 1 replies (of 1 total)

The topic ‘Content filter not applied’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/waving-portfolio_8693a7.svg)
 * [Waving Portfolio](https://wordpress.org/plugins/waving-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/waving-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/waving-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/waving-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/waving-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/waving-portfolio/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [aelbuni](https://wordpress.org/support/users/aelbuni/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/content-filter-not-applied/#post-6631969)
 * Status: resolved