Skip to main content

benecaster_after_account_buyups

Action Premium Since v1.0.0

Fires immediately after the Add-ons (buy-ups) section finishes rendering on the subscriber account page. Output echoed here appears below the add-ons section. Like its paired hook, it only fires when at least one active buy-up is available to the current subscriber — it does not fire when no buy-ups are defined for the show or when none are available for the subscriber’s tier.

A paired hook, benecaster_before_account_buyups, fires immediately before the section opens. To inject content unconditionally around the subscription area regardless of buy-up availability, use the broader account page template hooks instead.

Parameters

Name Type Default Description
$show_id int ID of the show
$user_id int WordPress user ID of the logged-in subscriber

Affects

  • Subscriber Account Page