-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[BUG] WP CLI flush-css comand not working on multisite #7190
Copy link
Copy link
Closed
Labels
bugIndicates a bug with one or multiple components.Indicates a bug with one or multiple components.component/wp-cliReferences any component related to the integration with WP-CLI.References any component related to the integration with WP-CLI.mod*[Temp.] For internal use only.[Temp.] For internal use only.status/has-prIndicates that an Issue, or Discussion has a companion Pull Request awaiting to be merged.Indicates that an Issue, or Discussion has a companion Pull Request awaiting to be merged.type/developer-apiIndicates when a topic is related to the Developer API and Documentation.Indicates when a topic is related to the Developer API and Documentation.
Milestone
Metadata
Metadata
Assignees
Labels
bugIndicates a bug with one or multiple components.Indicates a bug with one or multiple components.component/wp-cliReferences any component related to the integration with WP-CLI.References any component related to the integration with WP-CLI.mod*[Temp.] For internal use only.[Temp.] For internal use only.status/has-prIndicates that an Issue, or Discussion has a companion Pull Request awaiting to be merged.Indicates that an Issue, or Discussion has a companion Pull Request awaiting to be merged.type/developer-apiIndicates when a topic is related to the Developer API and Documentation.Indicates when a topic is related to the Developer API and Documentation.
Prerequisites
Description
When running
wp elementor flush-css --networkit does not regenerate the sites CSS. It only does so for the primary site as shown in this video: http://take.ms/E9U5MThe expected behavior is deleting all
elementor > css > *directory contents in all sites not only primary site.Steps to reproduce
Isolating the problem