ob_get_clean returns empty string, ob_get_flush outputs string
The reason my code was failing was due to it reaching a memory limit. I was adding a filter to the_content, and was calling another plugin’s API (Custom Field Suite) to get some meta data that was of the WYSIWYG type. This type of field runs through the_content filter, so I was hitting an infinite … Read more