We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b202243 commit 202e793Copy full SHA for 202e793
src/cli/flush-css.md
@@ -16,6 +16,10 @@ wp elementor flush-css [--network]
16
17
_(Optional)_ Flush CSS files for all the sites in the network.
18
19
+`[--regenerate]`
20
+
21
+_(Optional)_ Re-create the CSS files. Otherwise they will be created by a page visit.
22
23
## Usage Examples
24
25
```bash
@@ -29,3 +33,9 @@ wp elementor flush-css --network
29
33
```
30
34
31
35
This command will flush the CSS files for all Elementor pages in all the sites in the network.
36
37
+```bash
38
+wp elementor flush-css --regenerate
39
+```
40
41
+This command will flush the CSS files for elementor page builder and re-create the new CSS files.
0 commit comments