Editing a header meant opening a template, finding the part inside it, and editing in place with the rest of the page as context — which sounds helpful…
The beta label came off in March, which changes nothing technically and changes a great deal about what can be recommended to a client. The label mattered because…
A rendering of every block with the current theme styles applied, in one scrollable view, which is a design review artefact nobody had to build. Reviewing by page…
A filter that gained a fourth argument, and our callback declared with three, which is legal and silently receives less than it could. PHP does not complain when…
Running WP-CLI as root inside a container works, and every file it writes is then owned by root and unwritable by the web process. –allow-root makes the warning…
The block editor fetches patterns from a remote directory, which is a network request on an admin page load and a dependency on somebody else’s uptime. On a…
6.1 in November generates a clamp() from a font size, so type scales with the viewport without a stylesheet doing arithmetic. Turning it on globally applies a computed…