Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 584 Bytes

wp-cli-wpforms-entry-expiration

WP-CLI command to clean wpforms entries, by setting a conservation time limit, before which entries will be deleted.

Installing

Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with wp cli update.

Once you've done so, you can install this package with wp package install BeAPI/wp-cli-wpforms-entry-expiration

Usage

wp clean-wpforms-entries {time}

Time value must be without spaces.

Exemple : wp clean-wpforms-entries 6months

Optional parameters : --dry-run

Credits

Be API