X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=2048ba28aedfd5b50da504d9026020a246234a3e;hb=96d8f54d3fee1d51c38dd6b79c28215f7f5c83ec;hp=66d04ec8bb72c20f10bec29b3161f1bf8c0cea47;hpb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 66d04ec8bb..2048ba28ae 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -195,6 +195,9 @@ 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_BUILD_MAIL'); } // "Registers" a new filter function