From 8ab497c757c3aef4dd9f79fa1d47b6cb0e7daf6a Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 23 Sep 2025 08:47:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20mennu=20order=20?= =?UTF-8?q?for=20updated=20ACF=20page=20slug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/helpers.php | 2 +- lib/hooks.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/helpers.php b/lib/helpers.php index f34a2d6..83f27fd 100644 --- a/lib/helpers.php +++ b/lib/helpers.php @@ -67,7 +67,7 @@ function customMenuOrder( $menu_ord ) { return array( '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. 'separator1', // First separator. 'edit.php', // Posts. diff --git a/lib/hooks.php b/lib/hooks.php index 521b0bd..923a2b7 100644 --- a/lib/hooks.php +++ b/lib/hooks.php @@ -212,8 +212,8 @@ add_action( function () { echo ''; }