How to list the authors of all revisions?

Question

Some wordpress post has many revisions, and I know how to list all revisions,use code:wp_list_post_revisions( int|WP_Post $post_id, string $type = ‘all’ )。

However,
How to list only the authors of every revision in the post, need to meet:
1 : list the author of all revisions;
2 : the author does not repeat;(Maybe the author edited the same post several times)
3 : The author has a link to his profile page。

thank you very very much!

0
老鹰之歌 2 years 2020-12-29T22:10:21-05:00 0 Answers 4 views 0

Leave an answer

Browse
Browse