• is there a way to export data from the pool, such as all users predictions or bonus questions? if its easier to advise which table this data sits in on mysql that will also be ok

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AntoineH

    (@antoineh)

    With the default database prefix of WordPress, the tables you need, are:

    1. pool_wp_predictions for all match predictions
    2. pool_wp_bonusquestions_useranswers for all answers to bonus questions

    I once made a simple example plugin that shows the predictions per match in the admin (download here). Maybe you can use it as a basis to write something that outputs all matches at once and/or exports as a CSV (with some AI help).

    do you this plugin but for questions?

    Plugin Author AntoineH

    (@antoineh)

    I don’t have a version for the bonus questions.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.