Love this useful plugin – but I made one change
-
This is a really great plugin and creates a useful, easily navigable Table of Contents for use on any site. However, I prefer not to have plugins creating top level menus in WordPress. I changed line 515 in the “core.php” file from:
add_object_page('SL Plugins', 'SL Plugins', 'activate_plugins', $topLevel, array($this,'sedlex_information'));
to:
add_options_page('SL Plugins', 'SL Plugins', 'activate_plugins', 'sl-plugins', array($this,'sedlex_information'));
This small change adds the plugin’s menu structure under the Settings tab, where it belongs.
Thanks again for your hard work on this great plugin. Would you consider making this change to the core?
Regards,
MakerBlock
- The topic ‘Love this useful plugin – but I made one change’ is closed to new replies.