Me: “Why aren’t my PHP notices displaying, Bennett?”
My son, Bennett: “Because you shouldn’t be working. You should be playing Megaman with me.”
-
Alex Standiford
I’m pretty sure I’ve shared this before, but…seriously @digitalocean – give me a “mark all as read” option for your notifications. I feel weird batching with JS, but I’ll do it!
[…document.querySelectorAll(‘.notification-row’)].forEach((e) => e.click());
-
-
-
Alex Standiford
I <3 WP CLI. Delete all inactive plugins using WP-CLI:
wp plugin delete $(wp plugin list –field=name –format=csv –status=inactive)