
Interactive Intro to WordPress Playground Public API
WordPress Playground public API allows you to run and control an entire WordPress stack in your browser. In this post, you will learn how to get started.
How to Modify HTML in a PHP WordPress Plugin Using The New Tag Processor API
Adjusting the HTML markup in PHP has always been a struggle, but WordPress 6.2 makes it a breeze with the WP_HTML_Tag_Processor API. For example, here’s how you can add an alt=”” attribute to an <img /> tag: If you’ve ever struggled to add an HTML attribute using regular expressions, you know how big of an…

How to curry functions in TypeScript so that it always works correctly?
Removing the first argument from the function signature is surprisingly hard. The way to do it correctly is equally surprising!

How to Implemented Conditional Fields In TypeScript?
Using TypeScript to solve a common mistake Gutenberg developers make.
Loading…
Something went wrong. Please refresh the page and/or try again.