I want to output an HTML-tag-less the_content() that includes any and all ACF custom blocks.
So, obviously the_content() outputs everything in the loop, but as soon as I try to strip HTML (for use in Schema’s articleBody), only native WP content is echoed — no ACF block content.
How do I also output text-only ACF blocks within the_content()?