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 auto-loaded once our plugin is activated. Course...

4 Lessons
19m read.
Advanced