I\'ve been wonder for some time what the best practice is for modifying a plugin created by a WordPress user?
For example there are a couple lines of code I want to chan
I do not recommend changing the core. However, you are in a bit of a pickle.
You can:
In the end, you still run into the same problem - future compatibility.
Either:
So, as much as I don't want to say it, I'd update the plugin directly. At least then when you upgrade, you'll know pretty quick that your change is missing. Furthermore, it's possible the plugin updates will include your change.