You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires permission: view_any_{post_type} or post is shared with user.
Return
(array) An array of shares
Example format:
[
{
"id":"10", // the id of the share
"user_id":"1", // user the post is shared with
"post_id":"27", // the id of the post
"meta":null, // meta related to the share
"display_name":"Me" // display name of the user
},
{
...share2...
}
]