• Resolved Stormit

    (@stormit)


    Hi,

    We have found a problem with your Elementor plugin. It relates to the ‘the_content’ filter

    public function add_content_filter() {
    		add_filter( 'the_content', [ $this, 'apply_builder_in_content' ], self::THE_CONTENT_FILTER_PRIORITY );
    	}

    On a page, if there is a custom post which also calls the ‘the_content’ filter, it will show the content of page, not custom post. Ex:

    apply_filters( 'the_content', get_the_content( null, false, $custom_post_id ) );

    Please check and fix this issue.

    Thank you!

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