Build a Basic WordPress Plugin

There may be many times when designing a website where the client wants some custom functionality. How do you approach this with WordPress? Plugins. Plugins allow you to extend WordPress beyond the core software. The heavy customization that WordPress allows is one of the reasons why WordPress is so popular. In this guide, I will walk you through how to build a very simple plugin. Setting Up Installing Apache, PHP, and MySQL We’re going to assume that you have a WordPress environment setup for development....

September 14, 2019 · 3 min · Jared