benecaster_account_page_url()
Returns the URL of the subscriber account page — where a listener goes to see their feed URL, reset a token, or manage their subscription. Use it from theme code, add-on callbacks, and template overrides instead of hard-coding /podcast-account/.
Benecaster calls this helper itself wherever it links a subscriber to their account: welcome emails, token reset emails, the WooCommerce My Account tab, and membership plugin account areas. Calling it rather than writing the path means your links follow the operator’s configuration, including any override applied through the benecaster_account_page_url filter.