• Resolved dusang

    (@dusang)


    Hello,
    as far as I know, WordPress REST API will return only “modified” and “modified_gmt” (both of them are dates) for posts.
    I’d like to have something like “modified_by” to return the user who modified a post. I believe this plugin adds this functionality as this is written in the description: Allows you to display last modified author info in posts, pages.
    Is it possible to get the information about last modified author via REST API? And if so, how is it possible please?

    Thanks.

    Dusan

Viewing 16 replies (of 16 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    Hi @dusang

    but REST API returns only one record where date and modified are the same, so maybe it’s supposed to be empty.

    You are absolutely right. modified_by shows the author name only if the post is actually modified.

    Contact with your theme author for custom API endpoint.

    Thanks!

Viewing 16 replies (of 16 total)

The topic ‘Access via REST API’ is closed to new replies.