Skip to content

Commit 202e793

Browse files
authored
Update flush-css.md (#284)
1 parent b202243 commit 202e793

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/cli/flush-css.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ wp elementor flush-css [--network]
1616

1717
_(Optional)_ Flush CSS files for all the sites in the network.
1818

19+
`[--regenerate]`
20+
21+
_(Optional)_ Re-create the CSS files. Otherwise they will be created by a page visit.
22+
1923
## Usage Examples
2024

2125
```bash
@@ -29,3 +33,9 @@ wp elementor flush-css --network
2933
```
3034

3135
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

Comments
 (0)