Wp wc product attribute

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
$ wp wc product_attribute

usage: wp wc product_attribute create --name=<name> [--slug=<slug>] [--type=<type>] [--order_by=<order_by>] [--has_archives=<has_archives>] [--porcelain]
   or: wp wc product_attribute delete <id> [--id=<id>] [--force=<force>] [--porcelain]
   or: wp wc product_attribute get <id> [--id=<id>] [--context=<context>] [--fields=<fields>] [--field=<field>] [--format=<format>]
   or: wp wc product_attribute list [--context=<context>] [--fields=<fields>] [--field=<field>] [--format=<format>]
   or: wp wc product_attribute update <id> [--id=<id>] [--name=<name>] [--slug=<slug>] [--type=<type>] [--order_by=<order_by>] [--has_archives=<has_archives>] [--porcelain]

See 'wp help wc product_attribute <command>' for more information on a specific command.