• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

RocketGeek

Home of WP-Members, The Original WordPress Membership Plugin

  • WordPress Plugins
    • WP-Members
      • FAQs
      • Quick Start
      • Documentation
      • Extensions
    • Advanced Options
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Download Protect
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Invite Codes
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • MailChimp Integration
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • PayPal Subscriptions
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Salesforce Web-to-Lead
    • Security
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Text Editor
      • Purchase the Plugin
      • Get the Pro Bundle
    • User List
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • User Tracking
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Memberships for WooCommerce
    • WordPass
  • Blog
    • Basics
    • Tips and Tricks
    • Filters
    • Actions
    • Code Snippets
    • Shortcodes
    • Design
    • Release Announcements
  • Store
    • Cart
    • Checkout
  • Contact
  • Log In
  • Show Search
Hide Search
Home » Plugins » Advanced Options » Advanced Options Documentation » Filters » wpmem_adv_update_notify_args

wpmem_adv_update_notify_args

Description

Filters the notification email settings when a user updates their profile data.

Parameters

$defaults
(array) (required) The values to be filtered.

$chk_fields
(array) (optional) The user’s original data.

$fields
(array) (optional) The user’s updated data.

$userdata
(array) (optional)

Usage

Example changes default subject line, adds username to the email subject line.

add_filter( 'wpmem_adv_update_notify_args', function( $settings, $chk_fields, $fields ) {
      global $userdata;
      $settings['subject'] = $userdata->user_login . ' updated their profile info!';
      return $settings;
}, 10, 3 );

Changelog

  • Introduced in versionĀ 1.1
  • Since 1.6 no longer passes $userdata
  • Since 2.? added $fields
  • Since 2.2.1 added $userdata

Source

wpmem_adv_dashboard_capability is located in includes/class-wp-members-advanced-options.php

This article is only available to WP-Members Support Subscribers. If you have an existing subscription, please login below. If you do not have a current support subscription, you can purchase a support subscription here.

Already a Member? Log In Here
   
Forgot password? Click here to reset

To gain full access to WP-Members premium content, a current support subscription is required. You can purchase an annual support subscription for as little as $59, which provides you with access to priority support, a customer support forum, access to code snippets, and more.

Why wait? Choose your subscription option here.

[
Why join?]

WP-Members Advanced Options

Plugin Info

Current Stable Version: 2.3.4
Minimum WordPress Version: 5.0
Tested up to WordPress Version: 6.8
Last Updated: 2025-05-14

Documentation

    • Change WP Defaults
    • Change WP-Members Defaults
    • WooCommerce
    • BuddyPress
    • bbPress
    • ACF (Advanced Custom Fields)
    • Easy Digital Downloads
    • Filters
    • Change Log

Get The Plugin

Purchase the Plugin

Get the Pro Bundle

Ready to get started?

Join Today!

© 2025 · butlerblog.com · RocketGeek is built using WordPress, WP-Members, and the Genesis Framework

  • butlerblog.com
  • WP-Members Support Subscription
  • Terms of Service
  • Privacy Policy
  • Refund Policy