-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Milestone
Description
Originally reported here: jaredatch/EA-Share-Count#102
I've never done it, but seems like adding custom CLI commands is fairly straightforward. It would be cool to "prime the pump" and preload/update share counts without relying on admin page refresh via https://github.com/billerickson/Shared-Counts-Cache-Status. I'm probably edge case of who would need this, but would be a nice addition :)
Desired Commands
- wp shared-counts display 123
- wp shared-counts popular --count=100
- wp shared-counts update 123
- wp shared-counts bulk-update --count=200 --only_empty=true
- wp shared-counts bulk-add-url (see Automated tool for saving old URLs #61)
- wp shared-counts remove-duplicate-url (see Automated tool for saving old URLs #61)
lkraav