WordPress, a flexible content management system, allows various customisations to enhance user experience and streamline site management. …
Wordpress
Adding Custom Cron Schedules in WordPress
WordPress, by its very design, is a platform that offers a high degree of flexibility and customisation. One area that developers often need …
How to Insert Gutenberg Blocks Using wp_insert_post
It's 2023, and we still have no simple way to insert Gutenberg blocks into WordPress using wp_insert_post. You're out of luck if you want to …
Programmatically Update the Status of a Post Using Gutenberg JS
In a WordPress project I am building, I needed a way to programmatically update the post status of a post on the edit screen, specifically …
How to Hide Meta Boxes in WordPress Gutenberg
When WordPress introduced the Gutenberg editor, it was a mess, to say the least. Everything was turned upside for developers and things that …
How to programmatically populate a TinyMCE Advanced Custom Fields field in WordPress
The Advanced Custom Fields plugin for WordPress is invaluable. It has filled a gap in WordPress for the better part of a decade and is one …
Programmatically Clicking the “Convert to Blocks” Button in WordPress Gutenberg on the Edit Screen
In the beginning, I was one of the loud developers protesting WordPress Gutenberg. But, now that Gutenberg has been around for a while, I've …
How to debug the output from within WordPress filters
WordPress has a great actions and filters system allowing you to create injection points for modifying parts of your code (especially for …
Creating Site Meta Search In WordPress Multisite using Site Queries
WordPress is incredibly powerful, and every so often, a new feature gets added that goes under the radar that can dramatically change how …