Re: Activation link show me errors
This error kicks out in plugins for me a lot when someone closes the php tag after the plugin info, then opens it again. i.e.
<?php
/*plugin info
?>
<?php function my_plugin_function
If I remove the “close php” “open php” tags, my header errors go away. i.e.
<?php
/* plugin info
function my_plugin_function