MakeMetaKey Function
It seems to me that the Meta key should not be based on the name of a plugin.
It would make more sense to me if the key was based of the array key rather than the plugins name. I had the plugin name set to 'Who\'s Online' which is clearly not an ideal name to have for the meta key where WhosOnline would have been better.
$PluginInfo['WhosOnline'] = array(
'Name' => 'Whos Online',
...
It would make more sense to me if the key was based of the array key rather than the plugins name. I had the plugin name set to 'Who\'s Online' which is clearly not an ideal name to have for the meta key where WhosOnline would have been better.
0