Notes on building RenderWhen for Blocks
I shipped a WordPress plugin this week. It’s called RenderWhen for Blocks, and it does conditional visibility on Gutenberg blocks — show this paragraph…
I shipped a WordPress plugin this week. It’s called RenderWhen for Blocks, and it does conditional visibility on Gutenberg blocks — show this paragraph…
In WordPress and PHP-based websites, two common approaches to achieve this are Polling and Server-Sent Events (SSE).