Home Forums WordPress Plugins direct unsubscribe caught in wp_die_handler Reply To: direct unsubscribe caught in wp_die_handler

#6427
vinny
Keymaster

Hi Julie,

Why exactly do you have that filter? The problem with it is that it doesn’t give you any other parameters that will allow you to decide whether to change the handler or keep the default one.

Also, you probably shouldn’t be overriding that handler, as it is used for all sorts of things such as AJAX and XMLRPC requests.