Yes, you can drop the “My sites” menu from a plugin.
function admin_bar_menus_remove_my_sites() {
remove_action( 'admin_bar_menu', 'wp_admin_bar_my_sites_menu', 20 );
}
add_action( 'add_admin_bar_menus', 'admin_bar_menus_remove_my_sites' );
Related Posts:
- How can I trust switch_to_blog()?
- Create mobile site with same content just different theme
- Sharing Dynamic Sidebars across Multisite Blogs
- How to hide or remove unwanted widgets on Multisite installation?
- How can I diagnose a slow WordPress admin?
- How to enable a site administrator to edit users in a WordPress network/ multisite setup?
- WP-Admin not working properly at WordPress multisite with subdirectories
- Memory needed to host 200 wordpress sites?
- Security in WordPress plugin development
- Hide a theme on list of themes in wp-admin without editing core files
- Difference Between Admin and Super Admin in Database
- latest 5 posts using switch_to_blog loop
- wp-admin slow in multisite
- Don’t allow access to wp-admin but allow admin-ajax requests to be fulfilled on frontend?
- Timeout While Upgrading Network in Multi-site
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- Multisite wp-admin redirect loop
- WordPress network (multisite) /wp-admin/ redirect loop (ERR_TOO_MANY_REDIRECTS)
- Copy posts from one blog to another in multisite environment
- My subsites accidentally went from one multisite network to another. How do I change it back?
- Redirect loop (only for multisite network admin)
- Manipulate list of themes in wp-admin
- Switch_to_blog() outside wordpress
- why when I try to insert an image attachment along with a post does wp_get_attachment_url give me a very wrong file path?
- Creating a Post form outside of the Admin
- Subsites in Multisite installation throwing 404 error on wp-admin in IIS 7
- How to remove Broken Link Checker widget from admin menu
- How to set Active plugins as the default screen?
- Why can’t I delete original user in multisite? Options for manual removal
- Multisite network admin – URL / redirect error
- Cookie nonce is invalid – Multisite
- WordPress mutisite migration
- Why does the My Site dropdown show only a single domain?
- Super admin access to a forgotten WP instance?
- Upload images from one site to another in Multisite
- Iframe being removed only for some users when publishing a page
- WP Multisite with Domain Mapping : Preventing User Access to Dashboard
- Memory question on WordPress Multisite
- What is the way to share data between sites in a multisite
- get post id by $content (so by post content)
- Register submenu on network menu from the subsite
- 2 website 1 database… Local to online
- Moving wp-admin folder to a different host in a multisite environment
- Include Site 1 Posts in Query for Sub Sites
- Site’s admin created with wpmu_create_blog accessible only on 2nd attempt
- Is There A Plugin to Create WP Multisite Installs programatically
- Can’t log in to wp-admin after setting up Multisite
- Sort posts according to date
- Multisite switch to blog
- Best Practise: Linking to WPMU sites from other sites
- Infamous admin login redirect
- Trouble with SQL SELECT inside switch_to_blog()
- WordPress multisite second site admin resulting in too many redirects error
- Display posts from one network site on another
- Multisite wp-admin redirecting to main wp-admin using NGINX
- WordPress Multisite: Login to all subsites at once
- How to Add Super Admin for WordPress multi-site
- network admin pages not linked to correctly
- Get variable from previous blog while using switch_to_blog
- Multisite – cannot remove specific sub-menu its parent menu. All sub-menus disappear
- switch_to_blog($blog_id); still writing to main blog
- How to have same admin login for more than one site?
- fatal Error undefined function switch_to_blog()
- How to get all pages on specific blog after switch_to_blog?
- WP Admin Panel for Multi-site install not loading JavaScript for one Subdomain
- Backend freezing on certain pages of a subsite
- Do “switch_to_blog()” and “restore_current_blog()” re-run the filters?
- Admin user getting redirected to /wp-admin/user
- Access from template info of another blog (in the same network)
- Pages redirect me to the homepage
- Get the excerpt by page ID from another blog in a wordpress multisite?
- Many big issues in the website, WP_Debug not showing
- What could be changing my WP password and blocking plugins from installing?
- Wp-admin wrongly redirecting on multisite
- Unable to change blog language in multisite
- Multisite logged into one wp-admin, move to another sites wp-admin asked to login again
- Is there a filter to define the OG image on a given post?
- Multisite installation combining subdomains and subdirectories
- How to find site id for one site on a multisite
- Stop wordpress from sending out moderation emails
- BP Multi Network & Members Directory [closed]
- Make default new sites https (multisite)
- How to get a user role of a specific blog in multisite?
- Subdomain and subdirectories together in one installation
- WordPress Installation for multi-domains with nginx and php-fpm
- Get users primary blog URL in MultiSite
- Is it possible to setup multiple sites with a common pool of posts?
- Multisites, upload issues, and iOS!
- How to get option values set from all sites within a Multisite setup?
- How to host blog on separate domain from main site
- Can you create a local wordpress network / multisite install on a mac with subdomains?
- How to solve this issue
- ERR_TOO_MANY_REDIRECTS when i config my subdomains
- Subsite access without being a member of the subsite in wp multisite network
- Redirect loop after activating wordpress multisite feature
- Migrating Multisite with WP-Cli and/or Search-Replace-DB
- WordPress Importer Tries to save media files to wrong site folder
- How can I remove a site from a network?
- Migrating a WP site with 2 WP installations
- Is WordPress multisite is good to go?