Plugins Not Loaded for on Network Sites page
-
The Network Admin page has a Sites entry; that page shows all network sites (blogs), and you can edit a Site. That Site edit page has tabs for various functions.
I created a plugin that adds an additional tab with additional settings. I need to display one of the additional settings on the Site list page. This is done via the
manage_sites-network_columns
filter that adds to $sites_columns.But the Network, Sites page (
network/sites.php
) does not load plugins. Which means that themanage_sites-network_columns
filter in my plugin is not executed.The only way to get the
manage_sites-network_columns
filter active on the Network, Sites screen is to add that filter to the theme. Which negates using the plugin to add a column on the Network, Sites page.The plugin has been network activated, and the plugin functions to add to the Network, Site Edit screen work – that page apparently loads plugins.
How to best get plugins loaded on the Network, Sites page so my plugin features will work on that page?
- The topic ‘Plugins Not Loaded for on Network Sites page’ is closed to new replies.