Skip to content

Commit 95bb3bd

Browse files
authored
Add 'Education' menu item to global header
1 parent fe8516b commit 95bb3bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mu-plugins/blocks/global-header-footer/blocks.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,11 @@ function get_global_menu_items() {
543543
'url' => 'https://events.wordpress.org/',
544544
'type' => 'custom',
545545
),
546+
array(
547+
'title' => esc_html_x( 'Education', 'Menu item title', 'wporg' ),
548+
'url' => 'https://wordpress.org/education/',
549+
'type' => 'custom',
550+
),
546551
array(
547552
'title' => esc_html_x( 'Job Board ↗︎', 'Menu item title', 'wporg' ),
548553
'url' => 'https://jobs.wordpress.net/',

0 commit comments

Comments
 (0)