changing admin menu elements order

This commit is contained in:
Antoine M 2024-12-11 10:09:56 +01:00
parent 027301a4f5
commit 8ef81ac94f

View File

@ -157,8 +157,8 @@ function metiers_new_admin_menu_order($menu_order)
// define your new desired menu positions here
// for example, move 'upload.php' to position #9 and built-in pages to position #1
$new_positions = array(
'edit.php?post_type=chantiers' => 3,
'edit.php?post_type=artisans' => 4,
'edit.php?post_type=artisans' => 3,
'edit.php?post_type=chantiers' => 4,
'edit.php?post_type=page' => 5,
'upload.php' => 7,
'theme-general-settings' => 11,