• Hi there,

    It’s my first day playing with Simply Static. It seems great so far!

    One BIG problem for us, though, is that it doesn’t seem to factor plugins Network Activated in a MultiSite environment as active when determining which assets to include.

    I did a static generation of my test site, and noticed it was missing the CSS/JS for /wp-content/example-plugin/, even though it was Network Activated. To test, I Network DE-activated it, activated on the single site, and redid the static generation. Voila! Its assets were now included (but the countless other Network Activated plugins were still missing there assets).

    It looks like you’re using get_option( ‘active_plugins’ ) to determine the list of active plugins. You should also be checking for get_option( ‘active_sitewide_plugins’ ) – and merging the two lists – to ensure you have plugins that are activated either at the site level of the network level.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Network Activated Plugins aren’t considered Active’ is closed to new replies.