Use this to change the template name of an email sent by PMPro. The template name specifies which email template to use for the email body. This hook returns the template name and the PMProEmail object.
apply_filters("pmpro_email_template", string $temail->subject, PMProEmail $this); |
Parameters
- $temail->template
- string
- $this
- PMProEmail
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/class.pmproemail.php
View in Source Code