Modify the display of the member’s expiration date, if applicable, on the output of the [pmpro_account]
shortcode.
apply_filters( 'pmpro_account_membership_expiration_text', string $expiration_text, object $level ); |
Parameters
- $expiration_text
- string; The current expiration text return.
- $level
- object; The membership level object.
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/pages/account.php
View in Source Code