benecaster_credit_applied
Fires after a credit template has been stamped and the resolved HTML saved to the episode’s _benecaster_stamped_credit post meta. Use to log credit applications to an external system, trigger a webhook, or initiate a related workflow. The $stamped_html is the resolved HTML after all shortcodes were executed — it will not change unless the user re-applies or edits manually.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$episode_id |
int |
— | ID of the episode post |
$credit_id |
string |
— | UUID of the credit template that was applied |
$stamped_html |
string |
— | The fully-resolved HTML that was written to _benecaster_stamped_credit |
$show_id |
int |
— | ID of the parent show |