• 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)
  • Hi,

    Since this is a development-based query, may opt to visit our Github account where you may get in contact with a member of our development team to query this.

    Please note that this is not an official support channel but a respective member of the development team will respond to your post as soon as they are available.

    Please follow this guide which outlines the steps required to post on our Github: https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md

Viewing 1 replies (of 1 total)

The topic ‘the_content filter’ is closed to new replies.