wordpress

Including Both PHP 7.1 And 8.0 Code In The Same Plugin... Or Not?

Including both PHP 7.1 and 8.0 code in the same plugin … or not?

Having challenges transpiling code from PHP 8.0 to 7.1 in the same WordPress plugin? This solution may help with a few...
Leonardo Losoviz
9 min read
CMS Platforms Publishing Content on Different Devices

Coupled, decoupled, and headless CMS platforms

Here, you can learn the definition, pros and cons, and examples of the following types of CMS platforms: coupled, decoupled, and...
Nebojsa Radakovic
5 min read
WP-CLI Tutorial: How to Deploy WordPress

WP-CLI tutorial: How to deploy WordPress

In this tutorial, we'll explain how to install and set up WordPress on a remote, shared server using WP-CLI.
David Else
8 min read
WordPress Plugins: The Ultimate Guide

WordPress plugins: The ultimate guide

WordPress is by far the most popular content management system. It has been around since 2013 and powers 39 percent of...
David Else
8 min read
Transpiling PHP Code via Rector

Transpiling PHP code from 8.0 to 7.x via Rector

With Rector, we can write code with PHP 8.0 features and deploy it to an environment running lower versions.
Leonardo Losoviz
7 min read
Essentials For Building Your First Gutenberg Block

Essentials for building your first Gutenberg block

Even if you already know the libraries used by Gutenberg, it can still feel daunting to get started. Here's where to...
Leonardo Losoviz
10 min read
Setting Up Your First Gutenberg Project

Setting up your first Gutenberg project

Learn how to set up the development environment for WordPress' React-based Gutenberg editor, as well has how to create a new...
Leonardo Losoviz
6 min read