Basic Features
How Can I Manage Magic Link Using WordPress CLI?
Manage Magic Link Using WordPress CLI
WP CLI support allows advanced users to manage Magic Link settings and actions through command-line tools.
The official plugin listing shows WP-CLI support as part of the free feature set, and the documented example command is:
wp magic-link generate <user-email>
Why This?
Useful for:
- Developers
- Website administrators
- Automated workflows
You can manage plugin actions without opening the WordPress dashboard.