Plugin breaks output buffers started in other plugins and themes
-
Hi @f1logic,
Inwp-content/plugins/insert-php-code-snippet/shortcode-handler.php
, you close other output buffer with not reason. You should remove that code to allow other plugins to work properly.$tmp = ob_get_contents(); if (strlen($tmp) > 0) ob_clean();
Also you should remove at the end of the file:
echo $tmp;
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Plugin breaks output buffers started in other plugins and themes’ is closed to new replies.