Thanks, I fixed the problem, but am super confused as to why there was an issue.
it was returning
Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/Social-buttons/text-widget.php:79)
— In the files wp-login.php and wp-includes/pluggable.php
— And on multiple lines
It was telling me that the header info was being sent by line 79 of my plugin, and my code stopped at line 76. I had 3 hard returns after my final ?> to allow for some padding while coding. Apparently these 3 line breaks were cause interference with the header information. I did some tests and if there is more than one line break at the end of the plugin php document, the debug display gives me the same results.
Is this a known issue with WordPress development that I’ve just never run into? Is this a common thing with php that just illustrates how dumb of a developer I am? I did a google search and can find any info on it, maybe someone smarter than me knows whats up..
Thanks