Tag: 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?

Dev

Having challenges transpiling code from PHP 8.0 to 7.1 in the same WordPress plugin? This solution may help with a few of the issues.

Leonardo Losoviz
Jul 1, 2021 ⋅ 9 min read
CMS Platforms Publishing Content on Different Devices

Coupled, decoupled, and headless CMS platforms

Dev

Here, you can learn the definition, pros and cons, and examples of the following types of CMS platforms: coupled, decoupled, and headless.

Nebojsa Radakovic
Jan 11, 2021 ⋅ 5 min read
WP-CLI Tutorial: How to Deploy WordPress

WP-CLI tutorial: How to deploy WordPress

Dev

In this tutorial, we’ll explain how to install and set up WordPress on a remote, shared server using WP-CLI.

David Else
Jan 7, 2021 ⋅ 8 min read
WordPress Plugins: The Ultimate Guide

WordPress plugins: The ultimate guide

Dev

WordPress is by far the most popular content management system. It has been around since 2013 and powers 39 percent […]

David Else
Dec 4, 2020 ⋅ 8 min read
Transpiling PHP Code via Rector

Transpiling PHP code from 8.0 to 7.x via Rector

Dev

With Rector, we can write code with PHP 8.0 features and deploy it to an environment running lower versions.

Leonardo Losoviz
Oct 8, 2020 ⋅ 7 min read
Essentials For Building Your First Gutenberg Block

Essentials for building your first Gutenberg block

Dev

Even if you already know the libraries used by Gutenberg, it can still feel daunting to get started. Here’s where to start.

Leonardo Losoviz
Jul 21, 2020 ⋅ 10 min read
Setting Up Your First Gutenberg Project

Setting up your first Gutenberg project

Dev

Learn how to set up the development environment for WordPress’ React-based Gutenberg editor, as well has how to create a new project.

Leonardo Losoviz
Jul 15, 2020 ⋅ 6 min read