Create your own plugin with this code or put this in theme’s functions.php
add_action('init', 'remove_update_notification', 1)
function remove_update_notification() {
if (!current_user_can('manage_network')) { // checks to see if current user can update plugins
add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 );
add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) );
}
}
Related Posts:
- Multisite: How to store global options vs. site options?
- WordPress Network admin options page: how to store options and where will they be stored?
- How to add field for new site-wide option on Network Settings screen?
- Add additional Network constants to wp-config.php dynamically
- Plugin for editing options on multisite?
- How do I change the Multisite URL?
- Post and Page Inheritance to subsites in a WordPress Network
- Roles other than Super admin accessing manage_network_themes
- How to add super admin to all sites
- differences between behavior get_option vs get_site_option in multisite
- How To Provide Sub-Blogs Their Own Domain Names?
- Listing of all site options in dashboard
- Single-user registration to access all sites in WordPress MultiSite Network
- Generate a user list per site to communicate upgrade plans
- How to make WordPress use new Upload Path settings in Multisite Setup
- Add site options UI in Multisite Sites > Infos page
- What is the correct form action URL for network options pages?
- Using WP CLI to set options in WP Multisite
- Timeout While Upgrading Network in Multi-site
- “Upgrade Network” error: stuck with SSL certificate verification
- Add New Sub Site from the WordPress back end then in sub site options table option_value must be with https
- Add new domain to ‘My Sites’ using network admin
- Favicon plugin for WordPress running in network mode (multisite)? [closed]
- How to update_site_option for specific site within network?
- No Network/Super admin after enabling Network
- Problem in Internationalizing a plugin built for network level usage
- Multisite network admin – URL / redirect error
- WordPress (+WPMU) Import/Export ALL settings?
- Change Username?
- Why does the My Site dropdown show only a single domain?
- Does WordPress MultiSite use separate MySql databases?
- What are Attributes used for in a WordPress Multisite?
- WP Multisite – domain mapping to domain.com and separate site to domain.com/help
- Multisite Network menu links not updating
- How to get option values set from all sites within a Multisite setup?
- Bulk theme settings in wordpress multisite
- What is the function to get options of the parent site of a multisite network?
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- Include only a domain path in multisite Network
- Possible to enqueue scripts and CSS to Multisite Network dashboard?
- Adding new sites to Multisite won’t register in Dashboard
- How to force change Network site multi language subdirectory base URL?
- Merge Multisites with Shared Network Media Library
- ERR_TOO_MANY_REDIRECTS when i config my subdomains
- Multisite Subdirectory with same domain subdomain
- How to create a Multi-Network subsite?
- Register submenu on network menu from the subsite
- Why is MySQL receiving such a large serialized object?
- Renaming admin user on multisite install by MySQL
- HTTPS Warning and Certificate Error when Updating Network
- Multisite, with virtual root
- How do you update a network option value in the DB via a hook
- Update blog option during create new blog?
- How to exclude specified from all list of Multisite
- Network of multisites in WordPress, create new site with all the contents of the main
- How do I check if the user is a site owner in a network?
- Locking one blog of many in a multi user/blog WordPress installation
- switch_to_blog() not functioning while querying post_types, Why?
- WordPress Multisite with subdomains on different domains
- Can’t create a subdomain network – and WP is installed in webroot, not a folder
- How to have one installation at blog.example.com and multiple blogs in sub folders such as blog.example.com/userA?
- Forward and mask a WordPress website
- WordPress multisite with same content
- Can I use the same Folder name as a Multisite Blog?
- unable to access network admin of a blog
- Website not listed under Sites (in a Network environment)
- Sites network with sub-folders
- How can I create network with different domains?
- multisite – unable to connect to network administration
- Add Network Sites are not working
- get_site_option / update_site_option – the main site and sub sites do not share the same storage
- Multisite Equivalent of `register_setting`?
- wp option get blogname –url=my-sub-site.com returning main site option
- Getting stylesheet error after setting subdomain to false in multisite
- Admin users not able to see network menus
- How to hold posts and accounts for moderation on WordPress Network site
- My Sites link in multisite is incorrect
- Multisite network admin login redirect
- Cannot enable WordPress Network – ‘MULTISITE’ already defined and false
- Change header.php of a specific WordPress Multisite
- Modify new user email notification in network admin screen wp multisite
- the menu of the network does not display my second website
- Update siteurl and home in multisite subsites to https
- WordPress Multisite – Auto enable theme
- Issue when transforming an existing site to multi-site with subfolders setup
- network admin pages not linked to correctly
- Which action hook to update custom field at network/site-info.php in multisite on update site info
- How to split database of WordPress multi-site network into multiple database
- multisite shared settings
- Move two independent sites to network
- How to configure CNAMES to be part of a WordPress Network
- Cannot access network admin panel on multi site
- How to apply specific plugins to affect all sites (Multisite Network)
- Admin user getting redirected to /wp-admin/user
- Getting 404 after Update in Multisite
- Multisite and plugins options
- 4th Network Site Database Errors?
- Can admins on network install view and edit users accounts?
- How to disable admin access on new site registration for user in Multisite?
- WordPress Multisite (Network) some site users added to main site users list as subscriber