Relative Content

Tag Archive for phpwordpresserror-handlingplugins

Using error_log(“some message”) not being written to error_log

I’m developing a plugin and trying to debug it. I’ve placed error_log statement is the parts of the code I suspect are causing the problem. But nothing is being written to the error_log file. I am seeing some entries cause by other parts of WordPress and a couple of other plugins, but not from my plugin.