GET FREE VERSION GET THE PRO VERSION

WP-CLI Commands

Learn about plugin built-in WP-CLI commands.

In this article

Overview

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.

Delete label

wp awl delete {ID}

Delete label with ID {ID}. After performing this action you won't be able to restore this label after.

Activate label

wp awl activate {ID}

Activate previously deactivated label with ID {ID}.

Deactivate label

wp awl deactivate {ID}

Deactivated label with ID {ID}.