Skip to content

Commit 1bcb5b8

Browse files
committed
move theme settings to root admin menu
1 parent a05eced commit 1bcb5b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Handlers/Settings/ThemeSettings.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ public static function make(): void
4646
__('Site Settings', 'starter-kit') // desc
4747
);
4848

49-
$container->set_page_parent('options-general.php'); // id of the "Settings" admin section
5049
$container->set_page_menu_title(__('Theme Settings'));
5150

52-
5351
/** General */
5452
$container->add_tab(
5553
__('General', 'starter-kit'),

0 commit comments

Comments
 (0)