WordPress - Get details of likes for post batch action

The Get details of likes for post batch action allows you to fetch the WordPress like details of a post or posts that you specify.

Get details of likes for post actionGet details of likes for post batch action

Input

Input fieldDescription
Post IDEnter the ID of the post for which you plan to fetch like details.

Output

Output fieldDescription
FoundThe number of items fetched.
I likeIndicates if the current user likes the post or not. Values are true or false.
Can likeIndicates if the current user can like the post or not. Values are true or false.
Site IDThe ID of the site. For example: 6751xxxx.
Post IDThe ID of the post. For example: 180.
Likes IDThe ID for the like. For example: 230252325.
LoginThe login name of the user who liked the item.
EmailThe email address of the user.
NameThe display name of the user.
First nameThe first name of the user.
Last nameThe last name of the user.
Nice nameThe nicely formatted name of the user.
URLThe URL to the user's WordPress site. For example: http://example1.wordpress.com
Avatar URLThe URL to the user's avatar. For example: https://2.gravatar.com/avatar/...
Profile URLThe URL to the user's Gravatar profile. For example: https://gravatar.com/example
IP addressThe IP address of the user.
Site ID (Likes)The ID of the user's site. For example: 214052927.
Site visibleIndicates if the user's site is visible or not. Values are true or false.
Default avatarIndicates if the default avatar is used or not. Values are true or false.

Last updated: