Опис
The „Settings“ section in the WordPress admininistration menu can become confusing when there are multiple plugins installed. Sort Settings Menu helps by organizing the „Settings“ sub-level menu items in alphabetical order, making it easier to find the correct settings page.
To use Sort Settings Menu, there are only two things you need to do: install and activate the plugin. Sort Settings Menu automatically sorts the „Settings“ menu in alphabetical order without any extra configuration. Sort Settings Menu also works great as a must-use plugin.
Bug Reports
Do you want to report a bug or suggest a feature for Sort Settings Menu? Best to do so in the Sort Settings Menu repository on GitHub.
Постављање
To use Sort Settings Menu, there are only two things you need to do: install and activate the plugin. Sort Settings Menu automatically sorts the „Settings“ menu in alphabetical order without any extra configuration. Sort Settings Menu also works great as a must-use plugin.
Install Sort Settings Menu from within WordPress
- Visit the Plugins page within your dashboard and select ‘Add New’
- Search for ‘Sort Settings Menu’
- Install and activate Sort Settings Menu from your Plugins page
Install Sort Settings Menu manually
- Upload the ‘sort-settings-menu’ folder to the /wp-content/plugins/ directory
- Activate the Sort Settings Menu plugin through the ‘Plugins’ menu in WordPress
ЧПП
-
Sort Settings Menu only sorts the „Settings“ section and does not have any options to sort other parts of the administration menu.
A
pluginpizza_settings_menufilter is available that allows additional menus to be sorted via code. For example, if you add the following code to your theme’sfunctions.phpfile or to a plugin, both the „Settings“ and „Tools“ sections will be sorted alphabetically.// Organize the "Settings" and "Tools" menu in alphabetical order. add_filter( 'pluginpizza_sort_settings_menu', function( $menus ) { return array( 'options-general.php', 'tools.php' ); } );
Прегледи
Нема рецензија за овај додатак.
Сарадници и градитељи
Sort Settings Menu је софтвер отвореног кода. Следећи људи су допринели овом додатку.
СараднициПреведите Sort Settings Menu на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
1.1.1
Release Date: Feb 28, 2025
- Fix deprecating the
functions_file_sort_settings_menuin favor ofpluginpizza_sort_settings_menu. Props @cvladan
1.1.0
Release Date: Jul 26, 2024
- Deprecate the
functions_file_sort_settings_menuin favor ofpluginpizza_sort_settings_menu.
1.0.2
Release Date: Mar 17, 2023
- Version bump to fix incorrect deploy.
1.0.1
Release Date: Mar 17, 2023
- Run the sorting function later to fix some menu items not being sorted alphabetically.
1.0
Release Date: February 12, 2023
- Initial release.