• Resolved o815

    (@o815)


    Hi,

    to follow the reference in the file validation menu this is an activate and forget sort of plugin. it would be nice to be able to hide/disable the plugin menu pages for example with a wp-config const or define()

Viewing 1 replies (of 1 total)
  • Plugin Author Blobfolio

    (@blobfolio)

    Hi @o815,

    Thanks for the feedback!

    If you update to the just-released 1.3.7 version of this plugin, you can now disable all LotF-related admin pages by adding the following to wp-config.php:

    
    const LOTF_HIDE_MENUS = true;
    

    If you happen to run into any upload-related issues down the road, you can just comment out that constant to regain access to the Tools > Debug File Validation helper page. ??

    Regarding your comment on ticket #39963, it is unlikely these fixes will ever land in WordPress Core. Gutenberg is more or less WP’s only development priority for the foreseeable future. ??

Viewing 1 replies (of 1 total)
  • The topic ‘add option to hide admin menus’ is closed to new replies.