UserSubscribedTags
Get a list of tags subscribed to by the user
Table Specific Information
SELECT
The component processes all the filters client-side within the component.
SELECT * FROM UserSubscribedTags
Columns
| Name | Type | References | Description |
| ID [KEY] | String | The unique identifier of the tag the user is subscribed to. | |
| Title | String | The title of the tag as it appears in WordPress. | |
| DisplayName | String | The display name of the tag shown to users in the Reader or Tag pages. | |
| Slug | String | The URL-friendly version of the tag name used in permalinks. | |
| Description | String | A short description or summary of the tag's purpose or topic. | |
| ItemURL | String | The full URL linking to the tag's public page on WordPress.com. |