13 Lessons / Topics
3 hours
Difficulty: Advanced

This course will take you through creating a WordPress plugin for your site using PSR-4 – PHP Standard Recommendation – 4. This recommendation specifies the process of autoloading classes from the file paths. The standard used in this tutorial also specifies where to place files that will be autoloaded once our plugin is activated. 

Without further ado, let’s jump into the course and create our first custom WordPress plugin.