From 202e793b2767b3e389629509b5367a08062fe1c1 Mon Sep 17 00:00:00 2001 From: Louis Wolmarans Date: Tue, 17 Sep 2024 21:50:14 +0200 Subject: [PATCH] Update flush-css.md (#284) --- src/cli/flush-css.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/cli/flush-css.md b/src/cli/flush-css.md index 666c4ee8..c9b51dc4 100644 --- a/src/cli/flush-css.md +++ b/src/cli/flush-css.md @@ -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 @@ -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.