Home Forums WordPress Plugins Hide My WP How can I reset the settings?

This topic is: resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5305
    cc
    Post count: 6

    I made some mistakes and had to rename plugin folder but every time I re-enable it then I get same issues (renamed wp-admin). I removed all .htaccess entries but need to wipe the plugin settings and start again. I read the faq but couldn’t see anywhere how to do it.

    #5306
    cc
    Post count: 6

    Nevermind, I found some options in the database and deleted them.

    Is there something specific I can do with the undo option if that happens again?

    #5313
    Suman M.
    Post count: 12480

    Hi, clicking “reset settings to WP” button in start tab should work. But in case there’s some conflict in htaccess then you’ll need to replace htaccess file with WP default htaccess (https://codex.wordpress.org/htaccess) after each request you make, until you successfully click “reset settings to WP” button in HMWP start tab.

    And if you have some programming knowledge then in “wp_options” table in your database, delete the rows with following “option_name”:
    – hide_my_wp
    – hide_my_wp_undo
    – hmwp_ids_installed
    – hmw_all_plugins
    – external_updates-hide_my_wp

    #5402
    cc
    Post count: 6

    Thanks! I missed a couple that list is really helpful.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.