List Widget Areas (Sidebars)
wp_get_sidebarsList all registered widget areas/sidebars with their IDs, status, and current widgets.
Instructions
List all registered widget areas / sidebars (incl. Kadence footer areas) with their IDs and the widgets currently in each. Core REST /wp/v2/sidebars. Requires admin.
Returns: array of { id, name, status, widgets[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable. | markdown |