Use this to change the sender of an email sent by PMPro. This hook returns the sender and the PMProEmail object.
apply_filters("pmpro_email_sender", string $temail->from, PMProEmail $this); |
Parameters
- $temail->from
- string
- $this
- PMProEmail
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/class.pmproemail.php
View in Source Code