• Resolved y3rt

    (@y3rt)


    I’m trying to recover data from some old databases, but I can’t find where the results (scores) are kept.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @y3rt ,

    Most of the data are stored as post-meta.
    Events, Pkayers, Teams, Player Lists and Calendars are Custom Post Types (CPT). Leagues and Seasons are Custom Taxonomies.

    So you need to get the post-meta that are related to the post IDs of your events. I am not near a PC right now, but if I remember right the post-meta key you should check is the “sp-results”.

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)

The topic ‘Data in tables’ is closed to new replies.