X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=4c3cae095dd75dd03a5e461401e51e0f1501191b;hp=e2cf53dd8448a14c05918021e90b463b3aa23f4e;hb=7cb246c51e8634735aaf24e546bcbc46c5ce3833;hpb=a3921e6e7dac39605faa4f9194ff428c331002dc;ds=sidebyside 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