Analyse all existing posts, mass-query source uris. Then figure out how to update those posts.
It might not be possible to do this since we'd have to trigger a wp_update_post() in order to get the coyote resources linked, which would effectively just execute double queries.
Split off #16.
Analyse all existing posts, mass-query source uris. Then figure out how to update those posts. It might not be possible to do this since we'd have to trigger a
wp_update_post()
in order to get the coyote resources linked, which would effectively just execute double queries.