Issues with output buffer handling
-
Hi there,
Your usage of
rocket_bufferhook seems to break other plugins that do stuff usingob_startcallbacks, such as my optimization plugin PhastPress.I believe should implement your
rocket_bufferandob_starthandlers to simply return the processed output, and not callob_get_clean. You don’t needob_get_cleanbecause after yourob_startis called the output buffer will be closed automatically.–Albert
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Issues with output buffer handling’ is closed to new replies.