• Resolved sam20e

    (@sam20e)


    Hi bit concerned about your FAQ here :

    We don’t foresee such an event occuring but if you do happen to run into this you can visit: yourwebsite.com/index.php?wp-custom-admin-interface=delete-menu (replacing yourwebsite.com with your website) and this will delete all the options associated with the custom admin menu. You need to make sure you are still logged in to an admin account for this to work. If you don’t have admin access you’ll need to either remove the database option or delete the plugin entirely.

    That means lets say I have an admin user called “Mark”. so he is an admin but with limited access. For example he wont be able to access plugin setting all. So if he go to this url – yourwebsite.com/index.php?wp-custom-admin-interface=delete-menu it will delete every setting and give him full access?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @sam20e,

    It only deletes the menu settings, not all the plugin settings. I want to note if you really don’t want people doing certain things, don’t make them an admin of your site!

    You could also remove this feature by using the remove_action hook. So you could add this to your themes functions.php file:

    remove_action( ‘parse_request’, ‘wp_custom_admin_interface_delete_menu’);

    I have not tested the sequencing of the above action, but it should work. Thanks,

    Thread Starter sam20e

    (@sam20e)

    Thank you for that code. I’ll try that.

    > I want to note if you really don’t want people doing certain things, don’t make them an admin of your site!

    It’s not going to work like that. Some of our customers requires certain admin features. We cannot deny that request. At the same time we will have to restrict some access also.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question about your FAQ’ is closed to new replies.