Wp theme delete (WP-CLI)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
$ wp help theme delete

NAME

  wp theme delete

DESCRIPTION

  Deletes one or more themes.

SYNOPSIS

  wp theme delete [<theme>...] [--all] [--force]

ALIAS

  uninstall

  Removes the theme or themes from the filesystem.

OPTIONS

  [<theme>...]
    One or more themes to delete.

  [--all]
    If set, all themes will be deleted except active theme.

  [--force]
    To delete active theme use this.

EXAMPLES

    $ wp theme delete twentytwelve
    Deleted 'twentytwelve' theme.
    Success: Deleted 1 of 1 themes.