X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=e72170c6e0289b0e96238bddbf8d6feef841089f;hb=56391f52928b7bafd0bf749437ff36a9823b52da;hp=66d04ec8bb72c20f10bec29b3161f1bf8c0cea47;hpb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 66d04ec8bb..e72170c6e0 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -195,6 +195,10 @@ ORDER BY // Admin mail links registerFilter(__FUNCTION__, __LINE__, 'generate_admin_mail_links', 'GENERATE_POOL_MAIL_LINKS'); + + // Build mails + registerFilter(__FUNCTION__, __LINE__, 'send_build_mail', 'SEND_ADMIN_BUILD_MAIL'); + registerFilter(__FUNCTION__, __LINE__, 'send_build_mail', 'SEND_MEMBER_BUILD_MAIL'); } // "Registers" a new filter function