🐞 fix: Update mennu order for updated ACF page slug

This commit is contained in:
Keith Solomon
2025-09-23 08:47:31 -05:00
parent 69c692d63e
commit 8ab497c757
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ function customMenuOrder( $menu_ord ) {
return array( return array(
'index.php', // Dashboard. 'index.php', // Dashboard.
'acf-options-global-fields', // Global Theme Fields. 'global-fields', // Global Theme Fields.
'edit.php?post_type=acf-field-group', // ACF Field Groups. 'edit.php?post_type=acf-field-group', // ACF Field Groups.
'separator1', // First separator. 'separator1', // First separator.
'edit.php', // Posts. 'edit.php', // Posts.