Co-Authors-Plus icon indicating copy to clipboard operation
Co-Authors-Plus copied to clipboard

CAP does not filter the byline that is output for posts via oEmbed; oEmbed consumers show the wrong byline

Open benlk opened this issue 2 years ago • 9 comments

Here's a test post by a WP_User:

{
  "version": "1.0",
  "provider_name": "largo.test",
  "provider_url": "https://largo.test",
  "author_name": "WP Snapshots WP_User",
  "author_url": "https://largo.test/author/wpsnapshots/",
  "title": "Post by WP_User",
  "type": "rich",
....

And here's a test post by a Coauthor:

{
  "version": "1.0",
  "provider_name": "largo.test",
  "provider_url": "https://largo.test",
  "author_name": "WP Snapshots WP_User",
  "author_url": "https://largo.test/author/wpsnapshots/",
  "title": "Post by Guest Author",
  "type": "rich",
....

benlk avatar Jan 27 '23 15:01 benlk