Wp wc product attribute delete

Uit De Vliegende Brigade
Versie door Jeroen Strompf (overleg | bijdragen) op 25 aug 2022 om 22:44 (Nieuwe pagina aangemaakt met '<pre> $ wp help wc product_attribute delete NAME wp wc product_attribute delete DESCRIPTION Delete an existing item. SYNOPSIS wp wc product_attribute de...')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen
$ wp help wc product_attribute delete

NAME

  wp wc product_attribute delete

DESCRIPTION

  Delete an existing item.

SYNOPSIS

  wp wc product_attribute delete <id> [--id=<id>] [--force=<force>] [--porcelain]

OPTIONS

  <id>
    The ID for the resource.

  [--id=<id>]
    Unique identifier for the resource.

  [--force=<force>]
    Required to be true, as resource does not support trashing.

  [--porcelain]
    Output just the id when the operation is successful.