benecaster_bulk_import_started
Fires in the WP-Cron job behind the setup wizard’s Import Episodes step and POST /shows/{id}/import — once per run, before the feed is fetched. Does not fire when the cron callback is handed a job ID it has no record of. Not Feed Sync — that is benecaster_feed_sync_before.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$show_id |
int |
— | ID of the show being imported into. First by contract: it was this hook's only published parameter. |
$feed_url |
string |
— | The feed being imported |
$job_id |
string |
— | The opaque job ID FeedBulkImporter::start_import() returned |
Need this built rather than just documented? See our services →