Use this to filter the content of the body of an email sent by PMPro. This filter returns the email body content and the PMProEmail object.
apply_filters("pmpro_email_body", string $temail->body, $this); |
Parameters
- $temail->body
- string
- PMProEmail
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/class.pmproemail.php
View in Source CodeRelated Articles and Recipes
Add Custom Level Confirmation Message to Checkout E-mails By Jason Coleman
Filtering PMPro Emails By Jason Coleman