[benecaster_tier_price]
Outputs the current price for a membership tier, pulled live from the active subscription bridge. Updates automatically when the price changes in the membership plugin — no manual page editing required. Returns the raw price number as text (e.g. “15”). Returns an empty string if the tier is not found or the price is unavailable. Output filterable via benecaster_tier_price_output.
Parameters
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
show_id |
int |
— | No | ID of the show whose bridge to look up the tier in. Omit on single-show installs — the sole show is resolved automatically via benecaster_get_sole_show_id(). On multi-show installs without an explicit ID, renders an inline HTML comment error. |
tier |
string |
— | Yes | Tier slug whose price to output. Required. |
Example
<!-- Embed price inline in prose copy -->
Join for just $[benecaster_tier_price tier="premium"]/month.
<!-- Use in a styled pricing block -->
<span class="price">$[benecaster_tier_price tier="founding"]</span>