v12.4.1
When ob_flush() is called without first calling ob_start(), it fails saying there's no active buffer. To avoid this issue, we must check the buffer level before flushing it.
When ob_flush() is called without first calling ob_start(), it fails saying there's no active buffer. To avoid this issue, we must check the buffer level before flushing it.