The plugin method seems great , I have created a folder with the plugin name and inside it I created a PHP file , I added the information at the top then defined( 'ABSPATH' ) or die();
, Should I just start writing the code directly or I should use a hook or a specific builtin function ?