Recently, I wrote my first plugin called First Comment Redirect. And before that I did a pretty much of research on how to write a secure plugin and there was a code snippet that I found in most of the plugins. The code was this if ( ! defined( ‘ABSPATH’ ) ) exit; So basically […]