Course Information
Course Overview
Developing Custom Plugins with PHP and the WordPress API
In this Creating Plugins to Extend WordPress training course, expert author Joe Chellman will teach you how to create your own plugins using the WordPress API. This course is designed for users that already have a basic working knowledge of WordPress.
You will start by learning about the highlights of the WordPress API, then jump into creating your first plugin: a dashboard banner. From there, Joe will teach you how to create your second plugin, as well as how to further enhance your plugin, including how to create a widget for custom posts, register settings and sections, and prepare your plugin for localization. This video tutorial also covers additional plugin possibilities, such as using transients to cache expensive operations, implementing the transients API, and reacting to deactivation and uninstallation of your plugin. Finally, you will learn how to distribute your plugin, including how to publish independently on GitHub and submit to the WordPress plugin directory.
Once you have completed this computer based training course, you will have learned how to create and distribute your own plugins using PHP and the WordPress API. Working files are included, allowing you to follow along with the author throughout the lessons.
Course Content
- 9 section(s)
- 49 lecture(s)
- Section 1 Introduction
- Section 2 Getting Ready
- Section 3 Highlights Of The WordPress API
- Section 4 Our First Plugin: A Dashboard Banner
- Section 5 Our Second Plugin: Movie Reviews
- Section 6 Further Enhancements For Our Plugin
- Section 7 Additional Plugin Possibilities
- Section 8 Distributing Your Plugin
- Section 9 Conclusion
What You’ll Learn
- Learn how to create your WordPress plugins and widgets
- Once you have completed this training course, you will have learned how to create and distribute your own plugins using PHP and the WordPress API
Reviews
-
JJeffery Powers
Well done videos and well designed instruction. Good for a general overview of working with WordPress to make plugins and custom post types. You'll need a strong working knowledge of PHP or you'll be lost. Last updated 2015. A lot has changed since then.
-
BBohdan Zhyhun
Not Bad course to update knowledge about Wordpress Plugins Development workflow !!
-
JJeremy Marchandeau
Great course, very clear explanations and interesting examples. Highly recommended!
-
KKerry Thomas
Offered a lot of in depth things I needed for plugin development.