Cavalcade
Cavalcade copied to clipboard
Multisite cleanup
Hey, so we're using a WP multisite setup, and noticed that when a site is deleted, Cavalcade doesn't clean out the jobs for these non-existent sites.
add_action('delete_blog', 'cleanup')
function cleanup($site_id) {
// remove jobs owned by $site_id
}
I'm not sure why this issue was closed; this would still be a useful enhancement for Cavalcade (particularly in light of #74) and near as I can tell it wasn't addressed.
Not sure what my reasoning was. Reopened