alleyinteractive / alleyinteractive/wordpress-fieldmanager
Should publish_with_parent spawn a cron task?
Open
enhancement
question
- Dominant language
- PHP
- Stars
- 563
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Currently, if you set `'publish_with_parent' => true` (in `Fieldmanager_Datasource_Post`), all the "child" posts will be published when the parent post is. If there were 1,000 children, this would be a bulky task. Should we do this asynchronously with WP_Cron?
Contributor guide
Assessment
This issue has not been assessed yet.