Support » Plugin: Waving Portfolio » Content filter not applied

  • Resolved greghaygood

    (@greghaygood)


    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/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Content filter not applied’ is closed to new replies.