Compare commits
No commits in common. "3456b10a09c93f2fe4a63003e5eabec413fa0797" and "027301a4f58a15355da2dcee66a56eade8eef2d6" have entirely different histories.
3456b10a09
...
027301a4f5
|
|
@ -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=artisans' => 3,
|
||||
'edit.php?post_type=chantiers' => 4,
|
||||
'edit.php?post_type=chantiers' => 3,
|
||||
'edit.php?post_type=artisans' => 4,
|
||||
'edit.php?post_type=page' => 5,
|
||||
'upload.php' => 7,
|
||||
'theme-general-settings' => 11,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ function unique_migration_persons()
|
|||
populate_personns();
|
||||
}
|
||||
}
|
||||
// add_action('init', 'unique_migration_persons');
|
||||
add_action('init', 'unique_migration_persons');
|
||||
|
||||
function build_ids_from_csv($csv_file)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user