Felix Kausmann
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Disk Usage Sunburst] Conflict with DISALLOW_FILE_EDITNo security plugin, but I can confirm that it’s not an issue with a clean install. Weird. I don’t know where the conflict is coming from, but using
if (current_user_can( 'manage_options')) {resolved it as well.Same problem here
Forum: Plugins
In reply to: [White Label CMS] Dashboard Panels no longer hidden 6.6.1Same issue here. Did you already find a solution to fix this bug?

Sure thing
Thanks for your prompt reply, Christine. That did the trick!
Forum: Reviews
In reply to: [Headers Security Advanced & HSTS WP] 5 stars pluginI feel exactly the same,@fredericobt . So annoying.
@unicorn03 you could at least add a checkbox to hide the top-level menu entry, like ‘Limit Login Attempts Reloaded’ does.
In the meantime, adding this snippet to your functions.php should help:
add_action('admin_menu', 'fk_remove_hsts_menu_item', 999); function fk_remove_hsts_menu_item() { remove_menu_page( 'headers-security-advanced-hsts-wp-plugin' ); }Totally agree. Just put it under ‘Settings’ or ‘Tools’. There’s really no need for yet another top-level menu entry…
- This reply was modified 5 years, 2 months ago by Felix Kausmann.
Viewing 7 replies - 1 through 7 (of 7 total)