get-category
Retrieve a specific WordPress category by its ID using authenticated API requests. Manage and access category details programmatically for efficient site administration.
Instructions
Get a specific category by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
categoryId | Yes | ID of the category to retrieve | |
context | No | Scope under which the request is made | view |
password | Yes | WordPress application password | |
siteUrl | Yes | WordPress site URL | |
username | Yes | WordPress username |