Keep New Admin Menu Items in Bottom
WordPress plugin to keep new plugin admin menu items at the bottom of the admin menu.
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 347 days ago
Is Keep New Admin Menu Items in Bottom abandoned?
Likely maintained (last update 347 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
The “Keep New Admin Menu Items in Bottom” WordPress plugin maintains a tidy and organized admin menu by ensuring that newly added menu items appear at the bottom of the menu. This helps maintain a consistent and organized admin interface, keeping your default WordPress menu items in their familiar positions.
Features
- Automatically orders default WordPress menu items
- Pushes new menu items to the bottom
- WooCommerce and Elementor menu items stay in the same position.
- Customizable through hooks
Developer Hook Example
You can modify the default menu items using the knamib_default_slugs filter:
// List menu slugs
add_action('admin_notices', function () {
global $menu;
?>
Installation
- Upload the plugin files to the
/wp-content/plugins/keep-new-admin-menu-items-in-bottomdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- That’s it! New menu items will automatically be placed at the bottom of your admin menu.
Frequently Asked Questions
The plugin maintains a list of default WordPress menu items and ensures they stay in their original positions. Any new menu items added by other plugins will automatically be placed at the bottom of the menu.
Yes, you can use the knamib_default_slugs filter to modify the list of menu items that should maintain their positions.
Review feed
Changelog
1.2.1
- Update: contributors and donation link in README
1.2.0
- Added support for WooCommerce and Elementor menu items
- Added developer filter hook for customizing default slugs
- Improved menu ordering logic
1.1.0
- Initial public release
