The rewrite rules are computed once and stored in an option, so a newly registered post type or endpoint returns 404 until something regenerates them — and the…
With depends_on conditions gone, a healthcheck is how one service learns another is usable — and it is more honest, because it tests the thing rather than the…
@include passes variables and shares the parent scope, which means a partial silently depends on whatever happened to be defined where it was included. @component takes a slot…
gap is the property that finally removes margin arithmetic from layout, and this year it applies to grid containers only — a flex container ignores it entirely. The…
Every project has eight levels available and uses three, inconsistently, so error means “something a developer should look at” in one service and “a customer typed the wrong…
A shipper that follows a file by descriptor keeps reading the rotated-away file and never sees the new one; a shipper that reopens by name misses whatever was…
Placing items by line number works and produces a stylesheet nobody can picture. Named areas draw the layout in the source. The ASCII picture is the documentation, and…