wp_woocommerce_update_settings
Update WooCommerce store settings by providing woocommerce_ prefixed key-value pairs to change currency, default country, and other configuration options.
Instructions
Update WooCommerce settings. Provide key-value pairs of woocommerce_ prefixed options. For example: {"woocommerce_currency": "EUR", "woocommerce_default_country": "FR"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | Yes | WooCommerce settings as key-value pairs. Keys must start with "woocommerce_". |