• Log In
  • Welcome
  • Features
  • Pricing
  • Documentation
  • Add Ons
  • Payment Gateways
  • Showcase
  • Plugin Demo
  • Support
  • Blog
  • Contact

Log In


Join Now | Lost Password?

Skip to content

Paid Memberships Pro

WordPress Membership Plugin
  • Log In
  • Register
  • Features
    • Plugin Overview
    • PMPro Reviews
    • Screenshots
    • Demo
    • About
  • Pricing
  • Docs
    • Download & Install
    • Initial Setup
    • Membership Levels
    • Payment Gateways
    • Blocks and Shortcodes
    • Content Controls
    • Customizing Emails
    • Languages
    • Discount Codes
    • Caching
    • Action & Filter Hooks
    • Step-by-Step Guides
    • View All Docs
  • Add Ons
  • Themes
  • Gateways
    • PayPal
    • Stripe
    • Authorize.Net
    • Braintree
    • 2Checkout
    • CyberSource
    • Add a New Gateway
  • Support
  • Videos
  • Showcase
    • Member Stories
    • Sites
    • Testimonials
    • Reviews
  • Blog
Home  /  All Action and Filter Hooks  /  pmpro_account_profile_action_links

pmpro_account_profile_action_links

Filter which links are displayed on the user profile account page.


/**
 * Filter which links are displayed on the user profile account page.
 *
 * @since 2.3.0
 *
 * @see pmpro_shortcode_account
 *
 * @param array $pmpro_profile_action_links Can be edit-profile, change-password, logout, or custom.
 *
 * @return array $pmpro_profile_action_links
 */
apply_filters( 'pmpro_account_profile_action_links', $pmpro_profile_action_links );

/** * Filter which links are displayed on the user profile account page. * * @since 2.3.0 * * @see pmpro_shortcode_account * * @param array $pmpro_profile_action_links Can be edit-profile, change-password, logout, or custom. * * @return array $pmpro_profile_action_links */ apply_filters( 'pmpro_account_profile_action_links', $pmpro_profile_action_links );

Please note that the $pmpro_member_action_links array only accepts the following HTML and attributes:

  • a
    • class
    • href
    • id
    • target
    • title

Parameters

$pmpro_profile_action_links
array

Return Value

$pmpro_profile_action_links


Source

File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/shortcodes/pmpro_account.php

View in Source Code

Related Articles and Recipes

Edit the Profile Action Links on the Membership Account Page By Theunis Coetzee

Action and Filter Hooks

  • adminpages/advancedsettings.php
  • adminpages/dashboard.php
  • adminpages/discountcodes.php
  • adminpages/membershiplevels.php
  • adminpages/memberslist.php
  • adminpages/memberslist-csv.php
  • adminpages/orders.php
  • adminpages/orders-csv.php
  • adminpages/pagesettings.php
  • adminpages/paymentsettings.php
  • adminpages/reports/login.php
  • adminpages/reports/memberships.php
  • classes/class-pmpro-admin-activity-email.php
  • classes/class-pmpro-discount-codes.php
  • classes/class-pmpro-levels.php
  • classes/class-pmpro-members-list-table.php
  • classes/class.memberorder.php
  • classes/class.pmproemail.php
  • classes/gateways/class.pmprogateway.php
  • classes/gateways/class.pmprogateway_authorizenet.php
  • classes/gateways/class.pmprogateway_braintree.php
  • classes/gateways/class.pmprogateway_check.php
  • classes/gateways/class.pmprogateway_cybersource.php
  • classes/gateways/class.pmprogateway_payflowpro.php
  • classes/gateways/class.pmprogateway_paypal.php
  • classes/gateways/class.pmprogateway_paypalexpress.php
  • classes/gateways/class.pmprogateway_paypalstandard.php
  • classes/gateways/class.pmprogateway_stripe.php
  • classes/gateways/class.pmprogateway_twocheckout.php
  • includes/addons.php
  • includes/admin.php
  • includes/adminpages.php
  • includes/capabilities.php
  • includes/content.php
  • includes/countries.php
  • includes/currencies.php
  • includes/email.php
  • includes/functions.php
  • includes/https.php
  • includes/init.php
  • includes/license.php
  • includes/login.php
  • includes/menus.php
  • includes/profile.php
  • includes/rest-api.php
  • includes/scripts.php
  • includes/states.php
  • pages/account.php
  • pages/billing.php
  • pages/checkout.php
  • pages/confirmation.php
  • pages/invoice.php
  • paid-memberships-pro.php
  • preheaders/account.php
  • preheaders/billing.php
  • preheaders/checkout.php
  • preheaders/confirmation.php
  • preheaders/levels.php
  • preheaders/member_profile_edit.php
  • scheduled/crons.php
  • services/applydiscountcode.php
  • services/authnet-silent-post.php
  • services/braintree-webhook.php
  • services/getfile.php
  • services/ipnhandler.php
  • services/stripe-webhook.php
  • services/twocheckout-ins.php
  • shortcodes/pmpro_account.php
  • shortcodes/pmpro_member.php

100,000+ sites use Paid Memberships Pro to #GETPAID

Select a membership to get started.

Free Signup
Plus: $297
Unlimited: $597

We’re 100% GPL

Our plugin's code is not obfuscated, runs on as many sites as you want and can be customized to fit your project's needs. We just ask that you follow the GPLv2 guidelines by applying the GPLv2 license to any altered or unaltered version of PMPro that you distribute. License Details »

GPL v2

Recent Posts

  • limit the number of posts displayed as part of a series
    Limit the Number of Posts Displayed as Part of a Series
  • Add On Updates for Paid Memberships Pro
    Add On Updates for April 2021
  • customizing the default membership directory sort order
    Customizing the Default Member Directory Sort Order

Platform

  • Pricing
  • Features
  • Screenshots
  • Videos
  • Compatibility

Add Ons

  • Free
  • Plus
  • User
  • Integration
  • View All

Get Help

  • Open a Support Ticket
  • Documentation
  • Developers
  • Blog
  • Contact Us

Company

  • About Us
  • Work with Us
  • Brand Assets
  • Affiliates
  • Privacy Policy
Follow Us On

© 2021 Paid Memberships Pro. All Rights Reserved.

Back to Top