Advanced OOP For WordPress Part 9: Extensible Plugins Using the Plugins API
In this series on applying advanced object-oriented programming (OOP) principles to the PHP code we use in WordPress plugins, we are creating a plugin that modifies how REST API routes work to improve their search capabilities. One of the great things about WordPress is its extensibility. In this post, I’m going to walk through using …