woo_scaffold_widget
Generate a WooCommerce widget class skeleton including form(), update(), and widget() methods. Provide namespace, class name, widget ID, and title.
Instructions
Generate a WooCommerce/WordPress Widget class with form(), update(), and widget() methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootNamespace | Yes | Plugin root namespace | |
| className | Yes | Widget class name (e.g., "RecentProductsWidget") | |
| widgetId | Yes | Widget ID (e.g., "recent_products_custom") | |
| title | Yes | Widget title |