WordPress Plugin and Block Editor Tutorials

Published: May 10, 2023 by Ronald Huereca
How to Add a Custom Menu to the WordPress Admin Bar
The WordPress admin bar has valuable screen real-estate. This tutorial will show you how to add your own admin bar menu items.

Published: April 17, 2023 by Ronald Huereca
What are Block Transforms and Why You Should Use Them
Block Transforms are a neat way of changing from one block to another. I’ll teach you how to do your own transforms.

Published: March 23, 2023 by Ronald Huereca
Say Goodbye to RichText Multiline: How to Use InnerBlocks Instead
I recently converted one of my blocks from RichText to InnerBlocks. It wasn’t easy, but I thought I’d share my experience with the conversion.

Published: February 12, 2023 by Ronald Huereca
How to Redirect Your Plugin After Activation. The Right Way.
Redirecting users after plugin activation can make sense for your plugin, but there are pros and cons to the approach. Code samples are provided.