• Resolved tnightingale

    (@tnightingale)


    My client doesn’t want the Extra Fields added to the end of the admin notice of member checkout, for privacy reasons. I found the code where they’re added, in the /includes/fields.php file, using the custom function pmpro_add_user_fields_to_email which uses the filter pmpro_email_filter. How can I turn that off? (would be nice if that was an option in the field group settings “include in admin notification emails” or similar – feature request!)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tnightingale

    (@tnightingale)

    Is it as simple as this? (put in child/custom theme functions file)

    remove_filter( 'pmpro_email_filter', 'pmpro_add_user_fields_to_email', 10 );

    Plugin Support Jarryd Long

    (@jarryd-long)

    Hi there, thank you for reaching out to Paid Memberships Pro.

    Using remove_filter is the only way to remove that section from the email.

    Please give it a try and let me know if it helps.

    Kind Regards,
    Jarryd
    Support Manager at Paid Memberships Pro

    Plugin Support Jarryd Long

    (@jarryd-long)

    Because there have not been any recent updates to this topic, we will be changing the status to resolved. If you have any other questions please consider starting a new thread for further discussion.

    If you’re enjoying Paid Memberships Pro, would you consider leaving a 5-star review? You can leave us a 5-star review at https://www.ads-software.com/support/plugin/paid-memberships-pro/reviews/

    Kind Regards,
    Jarryd
    Support Manager at Paid Memberships Pro

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Don’t add Extra Fields to end of admin checkout emails’ is closed to new replies.