Clear buffer output without ob_start() and ob_end_flush()?

I am wondering if there is a way to clear/delete/clean buffer output after some output has already been written, but where ob_start() has not been invoked.

(I.e. in the instance in which I.e this method is not possible because ob_start has not been called.)

Read More

Specifically, I’ve got a WordPress plugin that I want to specify a certain output, but it being a plugin it runs only after WordPress has begun to send output. I tried ob_get_clean(), but it didn’t have any affect.

Is this possible?

Related posts

Leave a Reply

1 comment