Follows
Returns a list of WordPress blogs or sites followed by the current user, including their Ids, names, and URLs.
Table Specific Information
SELECT
The connector processes all the filters client-side within the connector.
For example,
SELECT * FROM Follows;
Columns
| Name | Type | References | Description |
| ID [KEY] | String | The unique identifier of the blog or user being followed in WordPress. | |
| Login | String | Specifies the WordPress username of the account that the current user is following. | |
| Name | String | The display name of the blog or user being followed. | |
| NiceName | String | The URL-friendly version of the blog or user's name used in WordPress profile URLs. | |
| ItemURL | String | The URL of the WordPress blog or user profile being followed. | |
| AvatarURL | String | The URL of the avatar image for the blog or user being followed. | |
| ProfileURL | String | The URL linking to the public profile of the blog or user being followed. | |
| IsIpAddressAvailable | Boolean | Indicates whether the IP address of the followed user or site is available in WordPress. | |
| SiteID | Int | The unique identifier of the WordPress site being followed. | |
| IsSiteVisible | Boolean | Indicates whether the site being followed is publicly visible. |
Pseudo-Columns
Pseudo-column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the data returned by the operation.
| Name | Type | Description | |
| NoOfFollowers | Int | The total number of followers subscribed to the WordPress site or user. |