Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Add Shortcode To Output the User’s Subscription Expiration Date
Adds the following shortcode: [mepr-sub-expiration membership=' ']. The shortcode will output the expiration date of the specific membership for the active user when used.
The shortcode should be used by specifying the membership ID within the shortcode. In the example shortcode, the dummy membership ID is 123, and the shortcode looks like this:
[mepr-sub-expiration membership='123']
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments