Skip to content

Commit

Permalink
Update flush-css.md (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
louiswol94 authored Sep 17, 2024
1 parent b202243 commit 202e793
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/cli/flush-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ wp elementor flush-css [--network]

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

`[--regenerate]`

_(Optional)_ Re-create the CSS files. Otherwise they will be created by a page visit.

## Usage Examples

```bash
Expand All @@ -29,3 +33,9 @@ wp elementor flush-css --network
```

This command will flush the CSS files for all Elementor pages in all the sites in the network.

```bash
wp elementor flush-css --regenerate
```

This command will flush the CSS files for elementor page builder and re-create the new CSS files.

0 comments on commit 202e793

Please sign in to comment.