Skip to content

Instantly share code, notes, and snippets.

@vladimirlukyanov
Created December 10, 2014 07:19
Show Gist options
  • Save vladimirlukyanov/e1b9aa3e8b741c084272 to your computer and use it in GitHub Desktop.
Save vladimirlukyanov/e1b9aa3e8b741c084272 to your computer and use it in GitHub Desktop.
The plugin generated x characters of unexpected output
<?php
add_action('activated_plugin','my_save_error');
function my_save_error()
{
file_put_contents(dirname(__file__).'/error_activation.txt', ob_get_contents());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment