benecaster_pmpro_account_link_label
Filters the label of the Manage Podcast Subscriptions link injected into the Paid Memberships Pro account page. Use to translate the label, match your site’s terminology, or replace it with a show-specific phrase.
This filter is only active when the Paid Memberships Pro bridge is connected to at least one show.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$label |
string |
— | Link label; default 'Manage Podcast Subscriptions' |
Returns:
string
Examples
Override link label text
add_filter( 'benecaster_pmpro_account_link_label', function ( $label ) {
return 'Access My Podcast Feeds';
} );
Return translated label
add_filter( 'benecaster_pmpro_account_link_label', function ( string $label ): string {
return __( 'My Podcast Feed', 'my-theme' );
} );
Notes
Only fires when the Paid Memberships Pro bridge is connected.
Affects
- Paid Memberships Pro account page — Manage Podcast Subscriptions link