On October 14, 2024 at 09:24

The ACF vulnerability that is "fixed" by the Secure Custom Fields plugin is not an actual vulnerability. The updated code path gets executed only if:

1. You're using ACF to define custom post types or taxonomies,
2. AND an administrator-level user has specified a custom metabox callback function that (a) already exist in your codebase and (b) is somehow malicious.

On October 10, 2024 at 13:48

The complexity of isolating or scoping PHP dependencies is the main reason why WordPress developers don't rely on re-usable packages. Ideally, this would be solved at the Composer level like NPM does it for Node.js. Like PHAR but for libraries.

On October 9, 2024 at 13:48

Do you use Threads? You can find me there too at @wpelevator@threads.net.

I use Buffer to schedule and cross-post all my content for easy access on whichever platform you prefer.

On October 8, 2024 at 19:39

"Don't roll your own crypto" they say. I've decided to roll my own online course platform with WordPress because all existing plugins and tools do too much for what is really needed. I've really enjoyed the custom platforms that wesbos.com and ian.is have built.

On October 8, 2024 at 13:48

For a weekend project I built a 12V UPS that can power 35W for around 2h. There is a boost converter in line that brings it up to 48V for PoE cameras and other devices while the NVR and the mini PC sip 12V directly.

On October 7, 2024 at 19:39

How do you keep track of links across the site to ensure they're up to date? On relatively new sites I often find myself updating page and post slugs which then requires replacing all references.

On October 7, 2024 at 13:48

Safari bookmarks bar on macOS now supports favicons and empty titles so I can finally switch from Chrome to Safari on Desktop. It was the only thing keeping me using Chrome.

How are you navigating to frequently visited sites?

On October 4, 2024 at 19:39

WordPress themes used to embrace Microformats which helped search engines extract semantic content without needing a plugin that prints JSON-LD schema.

How do we solve this with blocks when different content elements can be anywhere? Is it time to have basic JSON-LD implementation in core?

On October 3, 2024 at 19:39

Many WordPress projects skip on unit tests because of how complicated the setup seems. I'm working on a course that will let you start writing your first PHPUnit test in minutes! Subscribe on wpelevator.com to get notified when it launches!

On October 3, 2024 at 13:48

Responded to @kasparsd:

This is the relevant part of the WP block that makes the display decision. Somehow the page had its modified date stuck before the publish date…

On October 3, 2024 at 13:48

Something is not working with the "last modified" block in WordPress – it isn't showing up for posts that have definitely been modified. Anyone experienced this before?

On September 18, 2024 at 16:06

Restic is wonderful for Docker volume backups. Used it to recover an older sqlite database for Nginx Proxy Manager a few days ago.