WEBFI-WordPress-How to create a WordPress Plugin using a plugin
Building a plugin is a great way to add functionality to your site but can sometimes cause crashing issues. Luckily there is a plugin to help protect you while letting you build a plugin. In this video, we will show you how to create a plugin using a plugin.
If you liked this video, then please Like and consider subscribing to our channel for more WordPress videos.
Text version of this tutorial:
http://www.wpbeginner.com/plugins/pluginception-using-a-plugin-to-create-a-plugin-in-wordpress/
Follow us on Twitter:
http://twitter.com/wpbeginner
Checkout our website for more WordPress Tutorials
http://www.wpbeginner.com/
Summary of this Tutorial:
Start by installing and activating the Pluginception plugin.
This will add a new section in your Plugin area called New Plugin.
Go to Plugins, New Plugin to start your creation process.
Add the plugin’s information and create a blank plugin and activate it.
This will add your new plugin along with all of the other plugins.
You can add the functionality (if you know the code) to your site.
If your code does not work the plugin will deactivate it to protect your site.
After you have finished your plugin it will be a standalone plugin.
Related Links:
Pluginception
My research reveals that you can use Plugins in WordPress.org but you cannot use them in WordPress.com. Can someone confirm that?