• Resolved dstj

    (@dstj)


    Hi,

    I would like to know where the data that is added in the SportsPress for Football (Soccer) plugin is stored. I created a league table and there is no such data in the database in phpmyadmin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Roch

    (@rochesterj)

    Hi there!

    Thanks for reaching out.

    Our plugin uses WP’s functions to store data. So we use custom post types, custom fields, custom taxonomies, and options to save what we need.

    The exact place depends on what you are looking for, but in general, reading in the database directly would be hard as a lot of our data (as any WP data) is stored as serialized arrays and referenced data. So that’s pretty hard to read.

    Thanks!

    Thread Starter dstj

    (@dstj)

    Hi,

    Thank you for response. I mean, I created a new league table many times and now the new league table is id 1700. I mean it: team_standings id=”1700″

    I wanted to reset the ID so that the new league table would not have such a large number, just e.g. 1

    Can this be changed?

    Roch

    (@rochesterj)

    Hi!

    Thanks for your reply.

    Unfortunately no, this can’t be changed. This is set by WP, and resetting it would create a whole lot of issues.

    Thanks!

    Thread Starter dstj

    (@dstj)

    I understand. I have other questions about this plugin, I will ask these questions in a new thread.

    Roch

    (@rochesterj)

    Awesome! Thanks for creating a new topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Where the plugin stores the created data’ is closed to new replies.