Skip to content

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.

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.
Reading time
11 min read
Updated date
March 19, 2024
Post type
Blog
Topic
PHP Function
Topic
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.
Reading time
15 min read
Updated date
March 19, 2024
Post type
Blog
Topic
WordPress Development
Topic
WordPress Plugins

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.
Reading time
11 min read
Updated date
September 18, 2023
Post type
Blog
Topic
DevKinsta
Topic
PHP Frameworks
Topic
Web Development Tools

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.
Reading time
24 min read
Updated date
January 24, 2023
Post type
Blog
Topic
Learn PHP
Topic
PHP Function

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.
Reading time
17 min read
Updated date
December 14, 2023
Post type
Blog
Topic
WordPress Development
Topic
WordPress Plugins

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.
Reading time
14 min read
Updated date
September 4, 2023
Post type
Blog
Topic
Tech Tips