What is the of the membership level you want to highlight?
Based on the version of Paid Memberships Pro, a useful and advanced feature to generate is a "Custom Member Dashboard Component" tailored to display specific content based on a user's membership level. paid-memberships-pro.2.9.12_0.zip
Add this code to a custom plugin or your theme's functions.php file. Use code with caution. Copied to clipboard Why this is effective for PMPro 2.9.12 What is the of the membership level you want to highlight
A site with a "Gold" level that needs a special dashboard widget showing "Gold-Only Bonus Content" links, while "Silver" members see different links. Implementation Code paid-memberships-pro.2.9.12_0.zip
Leverages pmpro_getMembershipLevelForUser to conditionalize UI elements.
Allows easy insertion anywhere on the account page using the pmpro_account_after_content_wrapper hook.