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

Log In


Join Now | Lost Password?

Skip to content

Paid Memberships Pro

WordPress Membership Plugin

  • Log In
  • Choose a Plan
  • Features
    • Product Overview
    • Screenshots
    • About Us
  • Pricing
  • Documentation
  • Showcase
  • Add Ons
  • Gateways
  • Support
  • 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


About Actions and Filters in PMPro

Hooks allow you to extend Paid Memberships Pro without editing any core plugin files. You can use a hook to program custom code that interacts with or modifies code in our plugin, Add Ons, your theme, and even WordPress itself.

There are two kinds of hooks: actions and filters.

  • Action hooks allow you to run new custom code at pre-defined locations.
  • Filter hooks allow you change or extend existing code by modifying the data and returning it back to the software.

Click here to browse the full database of action and filter hooks available in Paid Memberships Pro. For help extending our Add Ons, refer to the individual Add On's documentation page for a list of available hooks.

For more developer-focused information about Paid Memberships Pro, check out the advanced developer topics documentation.

Action and Filter Hooks

  • adminpages/advancedsettings.php
  • adminpages/dashboard.php
  • adminpages/discountcodes.php
  • adminpages/functions.php
  • adminpages/login-csv.php
  • adminpages/membershiplevels.php
  • adminpages/memberships-csv.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/compatibility/elementor.php
  • includes/content.php
  • includes/countries.php
  • includes/crons.php
  • includes/currencies.php
  • includes/email.php
  • includes/fields.php
  • includes/functions.php
  • includes/https.php
  • includes/init.php
  • includes/license.php
  • includes/login.php
  • includes/menus.php
  • includes/metaboxes.php
  • includes/profile.php
  • includes/recaptcha.php
  • includes/rest-api.php
  • includes/scripts.php
  • includes/spam.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

Build a membership site—for free.

The fastest way to charge for access to your WordPress site. Our core plugin is free and includes more than other membership plugins. You deserve more.

Start for Free
Choose a Plan

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 Articles and Updates

  • Banner for What is best for your membership site? Free trial Vs Paid trial
    Free Trial vs. Paid Trial: Which is Best for Your Membership Site
  • Banner Photo of Using PMPro as a WordPress user Profile Plugin
    Can You Use Paid Memberships Pro as a WordPress User Profile Plugin?
  • Banner Image for Dont apply discount if woo products are on sale
    Don’t Apply Member Discount if Woo Products are on Sale

Platform

  • Pricing
  • Features
  • Reviews
  • Screenshots
  • Videos
  • Step-by-Step Guides

Use Cases

  • Associations
  • Blog & News
  • Community
  • Courses
  • Directory & Listing
  • Paid Newsletter
  • Podcast
  • Videos

Add Ons

  • Free
  • Standard
  • Plus
  • Admin
  • Integration
  • View All

Get Help

  • Support
  • Download & Install
  • Hosting
  • Developers
  • Blog
  • Contact Us

Company

  • About Us
  • Work With Us
  • Brand Assets
  • Affiliates
  • Privacy Policy
  • Terms of Service
Follow Us On

© 2023 Paid Memberships Pro. All Rights Reserved.