Website Cache For Beginners
This course was inspired by an incident at MRKWP. Our lead developer pushed out website updates on the MRKW site, but the team member could not see the changes on their end. Based on this experience, we decided to create an online course to help beginners understand what website cache is.
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…