I believe you’re looking for the network_admin_menu
hook.
Here’s how you’d use it:
add_action('network_admin_menu', 'function_name');
function function_name() {
add_menu_page(
"page_title",
"menu_title",
'capability',
'menu_slug',
'function_callback'
);
}
Related Posts:
- Add WordPress MU Network Admin via Database
- How Can I Centralize Content Usage and Approval in a WordPress Multi-Site installation
- WordPress Multisite allow site admin to add user without email confirmation
- How to hide admin account in BuddyPress? (for security reasons)
- Restrict Admin Capabilities in MultiSite
- How to add super admin to all sites
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- ID’s being stripped out of editor for Admin user in Multi-Site
- How to add multiple existing users to a multisite site?
- current_user_can(‘Administrator’) does not return true in multisite if user is Administrator but NOT Super Admin
- Can I manage more wordpress sites with one wordpress administrator page? [closed]
- How to remove the Tools menu item from the WP-Admin menu
- Why is my multisite installation not showing all the available sites?
- How to get the site administrator/s by blog id
- PHP Notices appear when browsing any page in admin, but only for child theme, using code from WP Codex
- Restrict Admin Capabilities in MultiSite
- Removing “Sub-menus” from My Sites Drop-down in Admin Bar
- wp_redirect not working on admin menu page
- current_user_can() always returns true if user is super admin
- Display site administrator’s id by current blog id inside link
- Unable to apply theme to WordPress Network Site install
- Four columns in the wp_users table
- WordPress Multisite dashboards redirect to homepage
- Limit entries number on network/sites.php
- Multisite User cannot access dashboard
- Show media-frame-menu on custom Media Frame
- InfiiniteWP and WP Networks (multisite)
- Updated to version 3.8 and Admin pages are very slow. How to diagnose problem? [closed]
- Site’s admin created with wpmu_create_blog accessible only on 2nd attempt
- Where to set individual blog quotas?
- How do I check if the user is a site owner in a network?
- how to have __() translating in languages different from admin?
- MultiSite: new Sites not showing up
- How to remove and disable access to General Settings Page including its link
- Is There A Plugin to Create WP Multisite Installs programatically
- WordPress multisite, allow non super admins to create sites
- Function to Load Admin CSS for Super Admin on Multisite
- Admin users not able to see network menus
- My Sites link in multisite is incorrect
- Hook into ‘admin_url’ but only on Mysites admin bar menu
- the menu of the network does not display my second website
- Multisite – cannot remove specific sub-menu its parent menu. All sub-menus disappear
- WordPress Multisite FQDN Admin Access
- Delete all blogs on multisite
- How to create 30 new sites from an export of a master site?
- WordPress Multisite giving users access to specific Admin Pages
- load styles and scripts in network admin not working
- Pages redirect me to the homepage
- Not an admin on a multisite setup but I want to change the fonts
- 4th Network Site Database Errors?
- Can admins on network install view and edit users accounts?
- List all blogs a user can admin [duplicate]
- Which asset URLs are acceptable in a “vanilla” MU install?
- Using MAMP and Xip.io to view a WordPress Multisite on a local network
- Is it OK to move admin menu items?
- Multisite: use media from one site vs. copying the same media to all language sites?
- “Upgrade Network” error: stuck with SSL certificate verification
- Restrict the user access in multi site for non-assigned blogs
- Getting an ERROR: Cookies are blocked error when logging in to a site on a different domain?
- display merged posts from multisite and sort by latest date
- the blog owner multisite
- Multisite without .htaccess
- Multisite installation on IIS gives 404 trying to access the admin dashboard
- How to properly force https and www on multisite with Apache HTAccess
- Why does the My Site dropdown show only a single domain?
- Add a Menu Link (to a WordPress Page) in the Admin Menu/Sidebar
- Performance on WPMS
- SELinux security vs WordPress updates
- Adding (blog-specific) links to “My Sites” admin page
- Switch MultiSite main site with another (multilingual sites) – with subfolder – no subdomain
- WordPress Multisite’s in subdirectory not redirecting to dashboard settings
- Multisite install on subdomain w/ subdomains change siteURL
- Make uploads live outside of the WP folder
- Error : Cookies are blocked or not supported by your browser
- How To Run Multiple Multi-Site Networks On Same Box [closed]
- Solving a get_user_meta() problem in Multisite
- How to use the sunrise.php script for Multisite network domain mapping?
- How to pull data from child installation to parent theme
- Which is the correct way to migrate content from single WP to WP multisite
- How to have one installation at blog.example.com and multiple blogs in sub folders such as blog.example.com/userA?
- Running hundreds of WP in multisite
- Bitnami multisite change URL of secondary blog
- Number of total comment does not tally with the number of comment?
- Domain not redirected correctly with WordPress Multisite
- Highlight active Admin Menu when added though add_menu_page
- Subsites in Multisite throw 404 in wp-admin
- WordPress theme to support single website but with 3 sections for 3 languages
- Can assign a new domain to a site in a multisite?
- Possible to have duplicate usernames on different two multisites
- Including non-wordpress pages within a single multisite domain
- How can I import posts into different wordpress multisites at once?
- Redirect www.mainsite.com/subsite/wp-login to www.mainsite.com/wp-login
- Activation of new Registered site fails on multisite
- How to login a user with wp_set_auth_cookie on a specific blog within a multisite environment
- How does adding custom meta to signup form work?
- Can’t un-archive site after upgrading to WordPress 3.8
- How to handle responsive and non responsive websites in one WordPress Theme?
- Swap domains of two sites with each other in multisite
- Many big issues in the website, WP_Debug not showing
- Run WordPress multisite from secondary volume on AWS EC2