• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fionagilbert

    (@fionagilbert)

    Is there no one who can tell me this please?

    Thank you

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘DB Names: were they updated when 1.5 went to 2.01?’ is closed to new replies.