Compare commits
2 Commits
027301a4f5
...
3456b10a09
| Author | SHA1 | Date | |
|---|---|---|---|
| 3456b10a09 | |||
| 8ef81ac94f |
|
|
@ -157,8 +157,8 @@ function metiers_new_admin_menu_order($menu_order)
|
||||||
// define your new desired menu positions here
|
// define your new desired menu positions here
|
||||||
// for example, move 'upload.php' to position #9 and built-in pages to position #1
|
// for example, move 'upload.php' to position #9 and built-in pages to position #1
|
||||||
$new_positions = array(
|
$new_positions = array(
|
||||||
'edit.php?post_type=chantiers' => 3,
|
'edit.php?post_type=artisans' => 3,
|
||||||
'edit.php?post_type=artisans' => 4,
|
'edit.php?post_type=chantiers' => 4,
|
||||||
'edit.php?post_type=page' => 5,
|
'edit.php?post_type=page' => 5,
|
||||||
'upload.php' => 7,
|
'upload.php' => 7,
|
||||||
'theme-general-settings' => 11,
|
'theme-general-settings' => 11,
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ function unique_migration_persons()
|
||||||
populate_personns();
|
populate_personns();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add_action('init', 'unique_migration_persons');
|
// add_action('init', 'unique_migration_persons');
|
||||||
|
|
||||||
function build_ids_from_csv($csv_file)
|
function build_ids_from_csv($csv_file)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user