Closed stefanullinger closed 3 years ago
Thanks @stefanullinger, sorry, the settings for repo require me to manually approve first pull request, it seems.
Tests failing in this repo before first release, regardless, so I've merged this in and will do same in WP2Static, thanks so much for putting in both!!
As discussed in https://github.com/leonstafford/wp2static/issues/730 WordPress stores network active plugins of a Wordpress multisite environment in the
active_sitewide_plugins
option of thewp_sitemeta
table. This option can be accessed usingget_site_option
.We need to merge these plugins with the blog's active plugins in order to get a list of all active plugins for a single blog.