Closed jkva closed 3 years ago
Does wp-chron help us here?
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".
Eventually the choice was made to default to posts, pages and media attachments.
Currently any post update is processed, and when one processes all existing posts on the configuration page, all posts with type of
post
andpage
are processed.We might want to add a selection box or list of checkboxes (with sensible defaults) so users can configure this.