Determine Path To Plugin and Content Directories
If you like to write a Plugin and you want to keep it downward compatible, then check beforehand the constants, because since WordPress version 2.6 you can rename the folder wp-content
and this will also change the path to the Plugin folder.
Just a few lines of code are enough and you can work with the „new“ constants.
Continue reading …