withAPIData Deprecated : How to do Async Call to Custom Endpoints on Gutenberg

Building a custom Gutenberg plugin this time is really challenging, you have to go with the fast-paced development and changes on the core plugin. Codes that you made worked perfectly are not guaranteed to stay that way, so you need to stay up-to-date and check their Github repo from time to time. For instance, this …

Show or Hide Gutenberg Editor Blocks Based on Advanced Custom Fields (ACF) Value

Hide Gutenberg Block Based on ACF Field Value In this tutorial, I’m going to walk you through Block Options Plugin’s integration with Advanced Custom Fields. Using these free WordPress plugins, you can show or hide Gutenberg block based on ACF value and specific condition. Step 1 You need to download and install both Block Options …

How to Show or Hide Gutenberg Blocks to Logged In Users in WordPress

Are you running a WordPress membership or e-commerce website? With the new editor you might be wondering how to show or hide Gutenberg blocks to logged in users only or perhaps the opposite: how to restrict visibility for NON-logged in users. In this post, I’ll help you save your time coding, so you can focus …

How to Hide WordPress Gutenberg Editor Blocks on Mobile Devices

In this tutorial, I’ll let you know how to easily show or hide WordPress Gutenberg Editor Blocks on mobile devices, tablets, and desktops. Every content writer focuses on their readers’ good “user experience”. One of the ways to ensure this is to have a very good page layout, especially on mobile devices. On most cases, …

Introducing Block Options: Your Complete WordPress Gutenberg Management Tool

The wait is over. After several months of development and testing with the active Gutenberg development, I cannot be more excited to introduce to the world my brand new Block Options Plugin, a WordPress Gutenberg Editor management tool. For those who are new in the community of active plugin development, my name is Jeffrey Carandang …