WordPress Plugin and Block Editor Tutorials

Published: August 26, 2023 by Ronald Huereca
Block.json Version 3: A Guide for Plugin and Theme Developers
In this tutorial, I go over Block.json version 3, its caveats, and how to take advantage of this new API version if you are a plugin or theme developer.

Published: August 24, 2023 by Ronald Huereca
How to Create a Fullscreen Admin Panel Settings Area for Your WordPress Plugin
Creating a fullscreen admin panel area for your plugin is relatively simple, but creating one has some drawbacks and caveats. In this tutorial, I’ll demonstrate how to make a fullscreen admin for your WordPress plugin.

Published: July 22, 2023 by Ronald Huereca
A Guide to WordPress Development Mode and Debug Constants for Plugin Authors
A new development mode is coming to WordPress. This adds to existing debug functionality. This tutorial explains existing debugging methods, and the new mode.

Published: July 10, 2023 by Ronald Huereca
How to Set Block Defaults Programmatically
This block editor tutorial shows how you can set defaults for common core blocks, or even third-party ones.