Articles by Leonardo Losoviz
Leo writes about innovative web development trends, mostly concerning PHP, WordPress and GraphQL. You can find him at leoloso.com and twitter.com/losoviz.
How to make a WordPress plugin extensible with PHP classes
Learn how to create an extensible WordPress plugin that simplifies the development process for third-party developers.
Installing setup data for a WordPress plugin
This guide explains how to install initial data, and keep adding new data with further updates, in our WordPress plugins.
Architecting a WordPress plugin to support extensions
Learn how to create a flexible, scalable plugin that supports extensions, enhances functionality, and maximizes compatibility.
10 PHP Testing Tools for WordPress Plugins
We've rounded up 10 of the most popular open-source PHP testing tools that can help make up your testing stack for WordPress plugins.
The Ultimate Guide for Transpiling PHP Code
Tired of working with multiple PHP versions? Learn how to write source code with PHP 8.0, and transpile it to previous PHP versions.
WordPress Abstraction: Best Practices and WordPress Abstraction Plugins
Learn how to use code snippets or an abstract WordPress plugin to remove fixed dependencies from the code and produce interacting packages.
Monorepo vs Multi-Repo: Pros and Cons of Code Repository Strategies
Monorepo vs multi-repo — which one is best? There are pros and cons to each. Learn about the benefits and drawbacks of each approach here.