benecaster_episode_imported
Fires after each draft episode is created during a hosting feed sync. The draft post and all mappable meta fields are already set. Use to auto-populate additional fields, trigger external actions, or modify the draft before the podcaster reviews it.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$episode_id |
int |
— | ID of the created draft episode post |
$show_id |
int |
— | ID of the parent show |
$rss_item |
SimpleXMLElement |
— | The raw RSS item that was imported |