X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=82747fef797677782a26230abab3c6528210e5a2;hp=046ea8ad25700e52710bf3ef4e43dbec6688aaf7;hb=9b8d0c1de007c1149af813c07773c3536c71ddd5;hpb=f716611af263963f582d13bccc807f2f89671a51 diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 046ea8ad25..82747fef79 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -114,6 +114,14 @@ ORDER BY registerFilter('init', 'UPDATE_LOGIN_DATA'); registerFilter('init', 'ACTIVATE_EXCHANGE'); + // Page headers - pre-filter (normally, you want to register here) + registerFilter('pre_page_header', 'LOAD_PAGE_HEADER'); + + // Page headers - post-filter (normally, you don't want to register here) + // ------------------- LAST FILTER FOR THIS CHAIN! ------------------------ + registerFilter('post_page_header', 'FINISH_PAGE_HEADER'); + // ------------------- LAST FILTER FOR THIS CHAIN! ------------------------ + // Login failures handler registerFilter('post_youhere_line', 'CALL_HANDLER_LOGIN_FAILTURES');