• Resolved chauthong

    (@chauthong)


    Hello,

    I cannot find the database tables of this Plugin in phpMyAdmin. I want to completely delete the old data to reinstall it like the first one. When I reinstall Plguin, the old data will remain (Categories, Post …) Sorry for my English.

    Thanks you!

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    the plugin is using the default WP tables as for the most part it is using the custom post types only.

    To start over from wp-admin / Classifieds panel delete all Adverts, Advert Categories, Pricings and Payment History (if any).

    Once you do that from phpMyAdmin run the below query

    
    SELECT * FROM wp_options WHERE option_name LIKE '%adverts%'
    

    and remove all the options related to WPAdverts, this should completely remove WPAdverts from your site.

Viewing 1 replies (of 1 total)
  • The topic ‘Find Database’ is closed to new replies.