coyote-team / coyote-wp

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

Configure which post types to hook into #20

Closed jkva closed 3 years ago

jkva commented 4 years ago

Currently any post update is processed, and when one processes all existing posts on the configuration page, all posts with type of post and page are processed.

We might want to add a selection box or list of checkboxes (with sensible defaults) so users can configure this.

sinabahram commented 4 years ago

Does wp-chron help us here?

jkva commented 4 years ago

No, because I use a filter that fires when a post is updated. In this case it would be an extra check that says "is the type of the post that's being updated in our list of approved types".

jkva commented 3 years ago

Eventually the choice was made to default to posts, pages and media attachments.