I'm using the WooCommerce Memberships plugin to restrict post access on my site, and this appears to limit the_content()
to only show the first 55 words (the_excerpt()
). Any content following that is hidden by the Membership plugin, which is the expected behaviour.
However, I am looking for a way to bypass this restriction programatically and force the_content(), or another function, to always return the full post content.
Is there a way to achieve this?