Hello, I have a problem. I see the message 'Unknown location' on the WOL page. I understood the problem, a code of plugin that hook is 'online_location_unknown' doesn't include in php file. Other hooks do.
Example:
Code:
<plugin active="1" executionorder="5">
<title>Hack</title>
<hookname>online_location_unknown</hookname>
<phpcode><![CDATA[// The code]]></phpcode>
</plugin>
The code doesn't include in a functions_online.php. If I include the code manually in the php file, all will be ok, it will be work. But the code of plugin doesn't include, I don't know why. Other codes that have other hooks include.
I hope you can help me.