From 8008c1f06c57e09aafd81504751d007f73262219 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com> Date: Tue, 17 Oct 2023 02:38:35 -0700 Subject: [PATCH] Tweak: Add a settings page to Hello theme [ED-11811] Update settings page slug --- includes/settings-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/settings-functions.php b/includes/settings-functions.php index 55a1a3c2..887c7525 100644 --- a/includes/settings-functions.php +++ b/includes/settings-functions.php @@ -18,7 +18,7 @@ function hello_elementor_settings_page() { esc_html__( 'Hello Theme Settings', 'hello-elementor' ), esc_html__( 'Theme Settings', 'hello-elementor' ), 'manage_options', - 'hello_elementor_settings', + 'hello-theme-settings', 'hello_elementor_settings_page_render' );