Timber vs. ob_start("callback") prevents meta output
-
Hello,
I am using timber in my theme and I just tried your plugin.
All the output generated by this part in wp-meta-seo.php:89 doesn’t end up in the markup.
If I switch to the timber starter theme it’s the same and when switching to TwentyEleven it appears again.
So it is clearly caused by Timber because they are extensively using ob_start. I though ob_start calls are stacked
but somethign goes wrong when using the calback mechanism. Any idea on this?function buffer_start() { ob_start("callback");} function buffer_end() { ob_end_flush();} function callback($buffer) { //process existing wordpress wp_head output }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Timber vs. ob_start("callback") prevents meta output’ is closed to new replies.