]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter-functions.php
Added more missing wrappers
[mailer.git] / inc / filter-functions.php
index 8a11ac1067ff705a7b10e08f3977a0474b695407..c75f48417eda2ff8170a372b6b188a324921d019 100644 (file)
@@ -206,6 +206,9 @@ ORDER BY
        // Handle referral banner click/view
        registerFilter(__FUNCTION__, __LINE__, 'handle_click_php', 'HANDLE_REFERRER_BANNER_CLICK');
        registerFilter(__FUNCTION__, __LINE__, 'handle_view_php', 'HANDLE_REFERRER_BANNER_VIEW');
+
+       // Generic filter to add hidden fields to formulars
+       registerFilter(__FUNCTION__, __LINE__, 'open_form_fields', 'ADD_INPUT_HIDDEN_SESSION_ID');
 }
 
 // "Registers" a new filter function