get_the_content_feed with paginated posts
If you are talking about paginated posts which created using <!–nextpage–> tag, then you will have to use the_content_feed hook to strip that tag and pass the full content. I have tried below code & it does exactly that. But please note it will pass full content to RSS feed for all the posts. add_action(‘the_content_feed’, … Read more