As of version 2.2.0, referencing to the post content and to a custom ID is deprecated. This is because referencing to an HTML-Element from JSON+LD code does not work. Here is how you can correct your global snippets:
Edit your global snippets
One of the built-in snippets is the “Article” snippet. If you have installed it, please edit it and change the schema.org/articleBody property from
- Current post content (as CreativeWork, deprecated)
to
- Current post content.
It should then look like this:
[…] Referencing to content is outdated and will not work as of version 2.2.0! Referencing from JSON+LD format to HTML no longer works. The reference shortcode will be removed in version 2.2. Please read more on how to make the switch here. […]