Overview

In the previous courses, you learned about WordPress, setting up an IDE, and coding standards. At this point, you are well-prepared for plugin development.

To begin, you can visit the WordPress Plugin Developer Handbook to learn about the basics of plugin development.

Explore these videos for insights and tutorials on Plugin Development. This section comprises 6 modules with a combined duration of approximately 36 minutes.

Video ContentTime
Introduction to Plugins04:23
Basics of Plugin Creation11:27
Software License, Activation and Deactivation Hooks05:47
Uninstall Methods 05:01
Best Practices05:32
More on Activation and Deactivation Hooks04:28

Following are the reference links of the key concepts/topics of plugin development that you can refer to:

While you’re learning how to develop plugins, it’s a good idea also to become familiar with the different HTML elements used in the WordPress admin area (wp-admin). It helps the elements to fit in and look like the existing user interface.

You can have a quick reference of the WP-Admin Dashboard here.

If you still need more information or guidance on WordPress plugin development, take a look at these videos from WordPress.tv | (CC BY-SA 4.0) –

Thomas Vitale: Getting Started With WordPress Plugin Development

Alain Schlesser: OOP Plugin Development Basics 

WordPress Plugin Development: Best Practices