workaround for syndication links not saving the urls. …

workaround for syndication links not saving the urls.

#!/bin/sh
wp post meta get $1 syndication_log --format=json \
| jq -r '[.[] | .data.url?]' \
| wp post meta add $1 mf2_syndication --format=json

2 replies on “workaround for syndication links not saving the urls. …”

Leave a Reply

Your email address will not be published. Required fields are marked *