ideas
ideas copied to clipboard
Command to manage signups
There is currently no command for managing user signups (in the wp_signups database table).
There is a package command for managing signups but I think this is something that might as well exist in WP-CLI, as signups are part of WordPress Multisite.
It would be handy to list, add, and remove signups.
At the BuddyPress cli implementation, we did some work with signups. Maybe someone could "take the good bits" from it.
https://github.com/buddypress/wp-cli-buddypress/blob/master/components/signup.php
Could this be of help? https://github.com/trepmal/wp-cli-unconfirmed-users
Completed in https://github.com/wp-cli/entity-command/pull/489