File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ protected function init()
8282
8383 $ this ->registerHookHandler ();
8484
85+ add_action ('wp_ajax_nopriv_apbct_decode_email ' , array ($ this , 'ajaxDecodeEmailHandler ' ));
86+ add_action ('wp_ajax_apbct_decode_email ' , array ($ this , 'ajaxDecodeEmailHandler ' ));
87+
8588 if ( ! $ apbct ->settings ['data__email_decoder ' ] ) {
8689 return ;
8790 }
@@ -90,9 +93,6 @@ protected function init()
9093
9194 $ this ->encryption_is_available = function_exists ('openssl_encrypt ' ) && function_exists ('openssl_decrypt ' );
9295
93- add_action ('wp_ajax_nopriv_apbct_decode_email ' , array ($ this , 'ajaxDecodeEmailHandler ' ));
94- add_action ('wp_ajax_apbct_decode_email ' , array ($ this , 'ajaxDecodeEmailHandler ' ));
95-
9696 // Excluded request
9797 if ($ this ->isExcludedRequest ()) {
9898 return ;
You can’t perform that action at this time.
0 commit comments