Quote:
Originally Posted by Kia
I use it as a template for some other plugins and don't want to search it all the time.
|
You should use a define here. Creating a global var for that is pointless since the string is used only in plugin_init(). To save memory, that' something you should use directly in plugin_init.
__________________