DropDownPages
Returns a list of WordPress pages, including their IDs and titles, for use in dropdown selections.
Table Specific Information
SELECT
The connector processes all the filters client-side within the connector.
SELECT * FROM DropDownPages
Columns
| Name | Type | References | Description |
| ID [KEY] | Int | Specifies the unique ID assigned to the WordPress page, used for selection in dropdown lists or references. | |
| Title | String | Specifies the title of the WordPress page displayed in dropdown selections. |