• Resolved joshads

    (@joshads)


    Hi,

    I want to completely start again with the setup of this plugin, i.e. get back to the state I was in before installing it, and then do the first time setup again. When i uninstall, my settings are remembered, and i can’t find a way to completely delete them. Is this possible?

    Or is it possible to force the 1st time registration again?

    Thanks

    Josh

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there @joshads!

    Thanks for reaching out — that’s a great question, I can help with that 🙂

    Though The Events Calendar does not have a feature to reset itself, this can be achieved with phpMyAdmin or whatever software your serve uses.

    Before deactivating, go to events list and bulk delete everything. This will make it easier after jumping in phpMyAdmin.

    A sample query:
    DELETE FROM db.name.wp_posts WHERE wp_posts.post_type = 'tribe_events';

    Keep in mind that The Events Calendar stores data across two different tables: posts and postmeta.

    DELETE * FROM db.name.wp_options WHERE option_name LIKE '%tribe%';

    Hope that helps!

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed 🙂

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

The topic ‘Completely Delete (or Reset) Plugin’ is closed to new replies.