FionaGilbert
Member
Posted 5 years ago #
Hi all,
I have an old plugin I made a few years ago and now it don't work with version 2.02 of WP.
Did any DB names change when it went from 1.5 to 2.00?
These are what I currently have:
u.user_firstname,
u.user_lastname,
u.user_nickname,
u.user_email
Thank you
FionaGilbert
Member
Posted 5 years ago #
Is there no one who can tell me this please?
Thank you
Just read the upgrade-schema.php file and you can see exactly what the database looks like.
Anyway, plugins shouldn't be accessing the database directly. Not if they can avoid it. There's functions to get most everything you need, look for those first.