Skip to content

Commit

Permalink
adding custom fonts plugin (#847)
Browse files Browse the repository at this point in the history
merging on my own
  • Loading branch information
jaspercroome authored Mar 29, 2024
1 parent 96f6e72 commit e0c4d14
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions client-mu-plugins/goodbids/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"wpackagist-plugin/accessibility-checker": "^1.9.3",
"wpackagist-plugin/delete-me": "^3.1",
"wpackagist-plugin/miniorange-oauth-20-server": "^6.0",
"wpackagist-plugin/olympus-google-fonts": "^3.6",
"wpackagist-plugin/svg-support": "^2.5",
"wpackagist-plugin/tidio-live-chat": "*",
"wpackagist-plugin/top-bar": "^3.0",
Expand Down
20 changes: 19 additions & 1 deletion client-mu-plugins/goodbids/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client-mu-plugins/goodbids/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"advanced-custom-fields-pro/acf.php",
"delete-me",
"miniorange-oauth-oidc-single-sign-on/mo_oauth_settings.php",
"olympus-google-fonts",
"tidio-live-chat/tidio-elements.php",
"top-bar/topbar.php",
"user-switching",
Expand Down
3 changes: 3 additions & 0 deletions client-mu-plugins/goodbids/src/classes/Nonprofits/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ function () {
// Remove Top Bar Menu Item
remove_menu_page('topbar-options-menu');

// Remove custom fonts Menu Item
remove_menu_page('olympus-google-fonts');

// Remove Posts Admin Menu item
remove_menu_page( 'edit.php' );

Expand Down

0 comments on commit e0c4d14

Please sign in to comment.