• Resolved webbernaut

    (@webbernaut)


    Im trying to find a way to remove “The price for membership is” in the email that is sent upon checkout. I found the place this is getting set but I don’t see any way to really change it. Is there a filter you know that will do this, or a suggestion on how to do it code side (str replace)?

    Inside sendCheckoutEmail()
    "membership_cost" => pmpro_getLevelCost($user->membership_level),

    I believe I need this to be below (or second param might need to be false)
    pmpro_getLevelCost($level, true, true)

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘sendCheckoutEmail() filter pmpro_getLevelCost() text’ is closed to new replies.