benecaster_feed_sync_after
Fires after a feed sync run completes. Use for logging, external notifications, or custom post-sync processing.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$show_id |
int |
— | ID of the show |
$drafts_created |
int |
— | Number of draft episodes created in this sync |
$new_items_found |
int |
— | Number of new RSS items found |
$triggered_by |
string |
— | One of 'manual', 'on_login', or 'cron' |