vip-scanner icon indicating copy to clipboard operation
vip-scanner copied to clipboard

Don't die on me..unless you're an AJAX handler

Open spencermorin opened this issue 10 years ago • 0 comments

The use of die() and wp_die() should be flagged except in the case of use within an AJAX handler. This is especially true in plugins which could take down WordPress if they encounter an error, such as a service outage, and die.

spencermorin avatar Oct 24 '14 20:10 spencermorin