When referring to urls within the network-admin, you should consider the
network_admin_url()
. core function, that falls back to admin_url()
for non-multisite setups.
So try this, using add_query_arg
just as @toscho uses in the answer OP links to:
echo esc_url(
add_query_arg(
'action',
'your_option_name',
network_admin_url( 'edit.php' )
)
);
instead of hard-coding it with possible wrong assumptions of the install path.
Here we escape the output for use in the HTML action attribute.
Related Posts:
- How to add Custom Blog Options to new blog setup form?
- Plugin for editing options on multisite?
- differences between behavior get_option vs get_site_option in multisite
- How To Provide Sub-Blogs Their Own Domain Names?
- Multisite: How to store global options vs. site options?
- How do I share plugin settings across WordPress network?
- Blog Settings import/export in WordPress Network environment
- How to make WordPress use new Upload Path settings in Multisite Setup
- Add site options UI in Multisite Sites > Infos page
- Using WP CLI to set options in WP Multisite
- Add New Sub Site from the WordPress back end then in sub site options table option_value must be with https
- How to update_site_option for specific site within network?
- Creating Admin Options Page where users can make changes to a theme
- WordPress (+WPMU) Import/Export ALL settings?
- Does WordPress MultiSite use separate MySql databases?
- What are Attributes used for in a WordPress Multisite?
- 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
- WordPress Network admin options page: how to store options and where will they be stored?
- ERR_TOO_MANY_REDIRECTS when i config my subdomains
- Register submenu on network menu from the subsite
- Why is MySQL receiving such a large serialized object?
- How do you update a network option value in the DB via a hook
- Update blog option during create new blog?
- 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
- Update siteurl and home in multisite subsites to https
- Which action hook to update custom field at network/site-info.php in multisite on update site info
- multisite shared settings
- Multisite and plugins options
- How to display update message only to admin
- How to set an option for all sites in my Multisite network?
- How to use WordPress Multisite With Different Domain Names?
- multisite: use a virtual subfolder for subblogs
- WP Multisite – multilanguage – swich to other language by click, but “same” content
- “You need a higher level of permission” after admin changing. Why?
- Advanced Custom Fields Multisite Upload/Imagery Issue [closed]
- Prevent user creating new users with specific roles
- .htaccess 301 vs. 302 Enforcing HTTPS
- Get the Current Blog URL of User in Multi Site?
- How to order by blog ID in this multisite ‘List Blogs’ custom function
- Localized WordPress content for different sub-locales of same language?
- Change the “main site” on a wordpress multisite installation
- Multisite plugin hiding on specific blogs
- how to identify a multisite installation
- Cannot access WordPress Multisite Main Dashboard
- “Organize my uploads into month- and year-based folder” Option Not Visible in Multisite
- Multisite install – Create each domain with its own directory
- Copy Root Multisite Site
- WP Multisite with Domain Mapping : Preventing User Access to Dashboard
- Possible to enqueue scripts and CSS to Multisite Network dashboard?
- Where does multisite store image uploads?
- Howto disable comment moderation emails for admins, but not for authors
- WordPress Multisite – can I somehow merge the tables?
- Clone single site into a multisite setup
- Migrating MultiSite to SSL: Media Library not updating
- Renaming admin user on multisite install by MySQL
- Assign default widgets to all sites in a multisite network
- How to split existing blog into WordPress Multisites without breaking links?
- Save uploads directly in the uploads folder (on a multisite)
- Missing images after moving servers
- How to query blogs posts of WordPress sub domain?
- Share contents/posts between sites in a WordPress 5.6
- Wait ajax to complete before continue loop
- Multi-vendor with custom shop site for each vendor
- You need to login with a user that has edit posts capacity?
- WPMU add custom colum
- Remove W3 Total Cache minified files on custom page outside of WordPress [closed]
- Pros and Cons of Post Types vs. Multiple Blogs
- How to automate setup of theme, pages, widgets, etc for a new site in multi-site?
- “My Sites” incorrectly showing all network sites for all logged in users
- Merge posts of more than one site by using one database with the WordPress network
- Redirect a WordPress Multisite url after it has been change to a new one
- Structure of multilingual and multiregional directory listing website for translation
- multisite 404 subfolder same name slug as site
- What is the optimal solution: WP Multisite vs InfiniteWP
- Best way to have multiple custom domains associated with a site within a multisite installation
- Subdomain multisite instances having same content
- Can I add a rewrite rule in htaccess to remove the multisite subdirectory from the URL?
- allow multisite in the installation process
- How to Add Super Admin for WordPress multi-site
- WordPress single sign on using cookies with shared user role functionality between more than 2 wordpress subdomains
- How do I point two urls to the same child site in a multisite config
- what if one user in WPMU change the theme files?
- Multisite /files/ URLs broken after server move
- WordPressMU: URL change and broken permalinks/links
- White pages on sub domains after server transfer
- No input file specified after enabling multi site
- How do I enable Multisite on WP 3.7.1?
- Using common slider in all sites
- Registration Page
- WordPress Multisite (Network) some site users added to main site users list as subscriber
- Moving a WordPress Multisite site to a new install
- wordpress multisite with already existing subdomain
- Why the sites dropdown in multi-site installation is different from the list of sites when seen full page?
- WPML is blocking WP core update