An open API service indexing awesome lists of open source software.

https://github.com/beapi/wp-cli-wpforms-entry-expiration


https://github.com/beapi/wp-cli-wpforms-entry-expiration

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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