SiteFollowers
Query the SiteFollowers in Wordpress.
Table Specific Information
SELECT
The 本製品 processes all the filters client-side within the 本製品.
SELECT * FROM SiteFollowers
Columns
| Name | Type | References | Description |
| ID [KEY] | Int | The unique identifier of the follower associated with the site. | |
| Label | String | A display label or name representing the follower or subscription source. | |
| Login | String | The WordPress.com username of the follower, if available. | |
| ItemURL | String | The URL associated with the follower's profile or linked account. | |
| IsOwnerSubscribed | Boolean | Indicates whether the site owner is also subscribed to their own site. | |
| Page | Int | The current page number in the paginated results set. | |
| Pages | Int | The total number of pages available for the follower list. | |
| Total | Int | The total number of followers for the site. | |
| TotalEmail | Int | The total number of followers subscribed via email notifications only. | |
| TotalWpcom | Int | The total number of followers subscribed using WordPress.com accounts. | |
| Avatar | String | The URL of the follower's avatar image. | |
| DateSubscribed | Datetime | The date and time when the follower subscribed to the site. | |
| FollowDataAggregate | String | A JSON object containing detailed metadata about the follower, such as subscription type, source, or delivery method. |
Pseudo-Columns
疑似カラムフィールドはSELECT ステートメントのWHERE 句で使用され、操作によって返されるデータをより細かく制御することができます。
| Name | Type | Description | |
| Type | String | Specifies the subscription method: 'wpcom' for WordPress.com followers or 'email' for email-only subscribers. The default is 'wpcom'. |