X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=4c3cae095dd75dd03a5e461401e51e0f1501191b;hb=9c233ac3be8ef85040fc580689bf2436c81522ec;hp=e2cf53dd8448a14c05918021e90b463b3aa23f4e;hpb=4cec044b57773e28423261c71f918f3e22ca8a75;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index e2cf53dd84..4c3cae095d 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -184,6 +184,9 @@ ORDER BY registerFilter('page_footer', 'HANDLE_FATAL_ERRORS'); registerFilter('page_footer', 'DISPLAY_COPYRIGHT'); registerFilter('page_footer', 'DISPLAY_PARSING_TIME'); + + // Member login check. Always keep FETCH_USER_DATA as first entry! + registerFilter('member_login_check', 'FETCH_USER_DATA'); } // "Registers" a new filter function