coyote-team / coyote-wp

Wordpress Plug-in for Coyote
2 stars 2 forks source link

Process existing posts in a single swoop #24

Closed jkva closed 4 years ago

jkva commented 4 years ago

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.

jkva commented 4 years ago

This could likely be done by disabling the post update filter hook during processing.

jkva commented 4 years ago

Implemented via 447f179580a47b103b65cc6274a976cc6b556029 and others.