Reset

#11774
  • Resolved Arav Sinha
    Rank Math free

    Hey, I installed Rankmath and did very wrong setup because I don’t know that there is setup guide on your website. Now I wanna reset my plugin to everything default so that I can configure it freshly.

    I tried to delete the plugin and then reinstall it, but unfortunately, it restores all the settings.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    You can add the following code snippet to your theme’s functions.php file to delete all Rank Math data from your database and then perform a fresh install:

    /**
     * Filter to remove Rank Math data from the database
     */
    add_filter( 'rank_math_clear_data_on_uninstall', '__return_true' );

    The code will take effect when you uninstall the plugin. Remember to delete the code after this process.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Reset’ is closed to new replies.