We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publishing a post from the block editor sends out the posts correctly but does not update the saved link meta
Publishing via a micropub client like quill or indiepass correctly saves the URLs out of the log into the mf2 field.
Came up with this workaround for now, but I would like to get it to save on its own.
#!/bin/sh wp post meta get $1 syndication_log --format=json \ | jq -r '[.[] | .data.url?]' \ | wp post meta add $1 mf2_syndication --format=json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Publishing a post from the block editor sends out the posts correctly but does not update the saved link meta
Publishing via a micropub client like quill or indiepass correctly saves the URLs out of the log into the mf2 field.
Came up with this workaround for now, but I would like to get it to save on its own.
The text was updated successfully, but these errors were encountered: