• Hello,
    I used your plugin for some time and wanted to try something new.
    But when I deactivated your plugin, some of the menu points still didnt show up in some user roles, when they should.
    Is it possible that your plugins leaves code thats still working, after deactivating and deleting the plugin?

    Greetings

    Jannik

Viewing 2 replies - 16 through 17 (of 17 total)
  • abgunaydin

    (@abgunaydin)

    I found just wauc_admin_bar_menu_setting and when I reset the settings noothing happens. So I should use delete option like you said but I don’t know how to use it properly. Where should I write this code exactly?

    Plugin Author gqevu6bsiz

    (@gqevu6bsiz)

    I’m sorry for the late reply.

    I found just wauc_admin_bar_menu_setting and when I reset the settings noothing happens.

    Thanks for tried. But I don’t why the reset doesn’t work correctly.

    You can delete option with below code. For example, code is useable on functions.php of your active theme.
    delete_option( 'wauc_admin_bar_menu_setting' );

    Don’t forget to remove or comment out this code after delete option.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Reset and delete Plugin’ is closed to new replies.