TDV Adapter for WordPress

Build 23.0.8839

Taxonomies

List all the taxonomies.

Table Specific Information

SELECT

The adapter uses the WordPress API to process some of the filters. The adapter processes other filters client-side within the adapter. You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause inconsistent data. For example, the following queries are processed server side.

SELECT * FROM Taxonomies WHERE slug = 'books'

Columns

Name Type Description
Hierarchical Boolean Whether or not the taxonomy should have children.
Name String The title for the taxonomy.
Slug [KEY] String An alphanumeric identifier for the taxonomy.
RestBase String REST base route for the taxonomy.
Description String A description of the taxonomy.

Pseudo-Columns

Name Type Description
Context String Scope under which the request is made; determines fields present in response.

The allowed values are view, edit, embed.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839