Learn about plugin built-in WP-CLI commands.
Advanced Woo Labels plugin supports several commands for WordPress command-line interface ( WP-CLI ). With such commands you can delete, activate or deactivate any created label.
Before using these commands make sure that you install all necessary packages. More information about this you can find on WP-CLI project site.
wp awl delete {ID}
Delete label with ID {ID}
. After performing this action you won't be able to restore this label after.
wp awl activate {ID}
Activate previously deactivated label with ID {ID}
.
wp awl deactivate {ID}
Deactivated label with ID {ID}
.