Skip to content

Commit df48889

Browse files
gzioloclaude
andcommitted
Position Connectors menu item after General in Settings
Add position parameter (1) to add_submenu_page so the Connectors menu item appears between General and Writing in the Settings submenu, per Matt's direction. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9f6d184 commit df48889

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/experimental/connectors/load.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ function gutenberg_connectors_add_settings_menu_item() {
1717
__( 'Connectors', 'gutenberg' ),
1818
'manage_options',
1919
'connections-wp-admin',
20-
'gutenberg_connections_wp_admin_render_page'
20+
'gutenberg_connections_wp_admin_render_page',
21+
1
2122
);
2223
}
2324

0 commit comments

Comments
 (0)