Add sponsorship menu item (#331)

This commit is contained in:
Paul Kevan 2024-10-18 10:57:20 +01:00 committed by GitHub
parent 78b79ba7f1
commit cd2c429017
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,10 @@ function add_site_navigation_menus( $menus ) {
'label' => __( 'Pledges', 'wporg-5ftf' ),
'url' => '/pledges/',
);
$menu[] = array(
'label' => __( 'Sponsorships', 'wporg-5ftf' ),
'url' => '/sponsorships/',
);
$menu[] = array(
'label' => __( 'Contact', 'wporg-5ftf' ),
'url' => '/contact/',