Skip to main content

[benecaster_tier_name]

Plugin Since v1.0.0

Outputs the display name of a tier, pulled live from the active subscription bridge. Returns an empty string if the slug is not found. Useful for embedding tier names in marketing copy without hardcoding strings that may change. Output filterable via benecaster_tier_name_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 display name to output. Required.

Example

<!-- Inline tier name reference -->
Upgrade to [benecaster_tier_name tier="premium"] for ad-free listening.