Parsing the table output with awk works until a value contains a space, and every command takes a format flag that removes the question. –format=ids is the one…
Profiling a slow WordPress page usually starts with guessing which plugin is responsible, and there is a command that answers it directly. Drilling from stage to hook to…
WordPress’s scheduler is a table of events run opportunistically on page loads, and a site with a ten-year plugin history has entries pointing at functions that no longer…
Running a command against production usually means an SSH session, a directory change and remembering which site is which — and the flag removes all three. The alias…
WordPress’s scheduler is a table of events run opportunistically on page loads, and a site that has had thirty plugins over ten years has entries pointing at functions…
Profiling a slow WordPress page usually starts with guessing which plugin is responsible, and there is a command that answers it directly. Drilling from stage to hook to…
A plain SQL find-and-replace on a WordPress database corrupts every serialised array containing the string, because PHP serialisation records string lengths and the replacement changes them. –dry-run first…