Abstracting WordPress Code To Reuse With Other CMSs: Implementation (Part 2)
- 39 min read
- No meows just yet
Making our code CMS-agnostic, as much as possible, enables us to easily port our application to another CMS if the need arises. In this article we will learn how to abstract a WordPress application, ... Read More…