vip-scanner
vip-scanner copied to clipboard
Don't die on me..unless you're an AJAX handler
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.