Skip to content

Commit

Permalink
[na] - remove popupmaker plugin, adjust display for np admin page (#839)
Browse files Browse the repository at this point in the history
* remove popupmaker plugin, adjust display for np admin page

* clearer commenting
  • Loading branch information
jaspercroome authored Mar 28, 2024
1 parent b516af3 commit 2d5cf89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
1 change: 0 additions & 1 deletion client-mu-plugins/goodbids/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"wpackagist-plugin/accessibility-checker": "^1.9.3",
"wpackagist-plugin/delete-me": "^3.1",
"wpackagist-plugin/miniorange-oauth-20-server": "^6.0",
"wpackagist-plugin/popup-maker": "^1.18",
"wpackagist-plugin/svg-support": "^2.5",
"wpackagist-plugin/tidio-live-chat": "*",
"wpackagist-plugin/top-bar": "^3.0",
Expand Down
20 changes: 1 addition & 19 deletions client-mu-plugins/goodbids/composer.lock

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

9 changes: 9 additions & 0 deletions client-mu-plugins/goodbids/src/classes/Nonprofits/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ function () {
// Remove WP VIP Admin Menu item
remove_menu_page( 'vip-dashboard' );

// Remove Tidio Menu Item
remove_menu_page('tidio-live-chat');

// Remove miniorange OAuth Server Menu Item
remove_menu_page('mo_oauth_server_settings');

// Remove Top Bar Menu Item
remove_menu_page('topbar-options-menu');

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

Expand Down

0 comments on commit 2d5cf89

Please sign in to comment.