fc_list_terms
Retrieve and display all available terms and tags from your FluentCommunity WordPress site. Filter results by taxonomy type and control the number of terms returned for efficient content management.
Instructions
List all terms/tags in FluentCommunity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxonomy | No | Filter by taxonomy type | |
| limit | No | Number of terms to return |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 50,
"description": "Number of terms to return",
"type": "number"
},
"taxonomy": {
"description": "Filter by taxonomy type",
"type": "string"
}
},
"type": "object"
}