Building a Plugin for WordPress

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…

13 Lessons / Topics
3 hours
Difficulty: Advanced