How to create WordPress Plugin File
In this tutorial, I will show you how to create WordPress plugin file with its header as shown in above. Navigate to the WordPress Plugin directory (wp-content/plugins) Create a new sub directory in the plugin folder called my-plugin Navigate to this directory and create a new PHP file called my-plugin.php Open the my-plugin.php file and […]
Read More