Create a Custom WordPress Plugin From Scratch
This tutorial is from: http://code.tutsplus.com/tutorials/create-a-custom-wordpress-plugin-from-scratch-net-2668
1 Files and folders
WordPress stores its plugins in the wp-content/plugins/ folder. This is the place where we’ll be adding our files as well.
we are going to use two files (one for the main plugin file and one for implementing the administration page) therefore we’ll be putting all our files in a specific folder that we’ll name oscommerce_importer.
2. Creating the plugin file
Now we create our main plugin file. We’ll name it as itoscommerce_importer.php.
[Read More...]











