Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix getting active plugins in multisite environment #8

Merged
merged 1 commit into from
May 31, 2021

Conversation

stefanullinger
Copy link
Contributor

As discussed in elementor/wp2static#730 WordPress stores network active plugins of a Wordpress multisite environment in the active_sitewide_plugins option of the wp_sitemeta table. This option can be accessed using get_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.

@leonstafford leonstafford merged commit 0dedf94 into elementor:main May 31, 2021
@leonstafford
Copy link
Contributor

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants