Remove content older than a given date.
Recommended:
wp package install trepmal/scrub-old-posts
wp scrub posts --date=<date> [--post_type=<post_type>] [--posts_per_page=<num>] [--dry-run]
--date=<date>
Delete posts older than this date.
[--post_type=<post_type>]
Post type. Default: post
[--posts_per_page=<num>]
Process in batches of <num>. Default: 100
[--dry-run]
Dry run.
[--yes]
Answer "yes" to confirmation.
wp scrub posts --date='-1 month'
wp scrub posts --date='2015-01-01'