=== Keep New Admin Menu Items in Bottom === Contributors: antonio24073, obawp Donate link: https://obawp.com/doacoes/ Tags: menu, admin, menu order Requires at least: 4.0 Tested up to: 6.7.1 Stable tag: 1.2.1 Requires PHP: 5.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html WordPress plugin to keep new plugin admin menu items at the bottom of the admin menu. == 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; ?>