Error Log Bugfix & Code Tidy
- Removed unnecessary logging functions and added a debug check before logging anything.
- Tidy up code spacing and inline-documentation.
- Added
STF_DEBUG
for use in error logging function withWP_DEBUG
, both must betrue
before error logging is output to the debug.log file.