Advanced OOP for WordPress: Customizing REST API Endpoints

This article on advanced OOP for WordPress was originally published by Torque Magazine, and is reproduced here with permission. I’ve written a lot about object-oriented PHP and the WordPress REST API for Torque over the past few years…. Source: https://www.sitepoint.com/wordpress-advanced-oop-customizing-rest-api-endpoints/

Design Patterns in WordPress

For those who have an extensive background in software engineering, design patterns should be familiar territory; however, there’s an entire group of…… Source: https://code.tutsplus.com/series/design-patterns-in-wordpress–wp-33841

Two Ways to Develop WordPress Plugins: Object-Oriented Programming

When it comes to writing WordPress plugins, there are generally two ways to go about doing so: Object-Oriented Programming and Functional Programming (with Widgets being the exception – we’ll cover that later in the article)…. Source: https://code.tutsplus.com/tutorials/two-ways-to-develop-wordpress-plugins-object-oriented-programming–wp-27716