On October 26, 2024 at 12:10

Only after building a custom update server and client library for WordPress plugins and themes I realized that the update client must be running at the network level on multisites for the custom update logic to work. The only solution here is to have a standalone update client plugin that is network activated.

On October 25, 2024 at 13:48

Here is another fun and short WP brand idea with an available 5 letter dot-com domain — PinWP-com. Feel free to use it for your project!

On October 23, 2024 at 13:48

In the WordPress space we have three notable examples of monorepos: Gutenberg for JS packages, Jetpack, and Performance Lab for isolated plugins. Are there any other monorepos that you’re aware of?

I've started collecting all the examples as part of this guide: wpelevator.com/guides/monorepo

On October 22, 2024 at 13:48

What do you use for compressing videos and normalizing audio? I'm looking for a simple app that does it all based on sane defaults or custom profiles. My target user (wife) doesn't want to remember to configure anything.

On October 20, 2024 at 14:53

Built this bench for a local cold plunge spot as a weekend project with the kids. Really happy with the wider top — it makes the seating more comfortable and provides more space for the gear.

On October 19, 2024 at 10:16

I have this mystery with an Ubuntu Wireguard client behind a LTE internet which disconnects and never re-connects whenever the Mikrotik router looses its ISP DHCP lease. The PersistentKeepalive is configured everywhere. Worth noting that the Mikrotik is a member of the same Wireguard network and that connection is not impacted.

On October 17, 2024 at 19:39

During my research for the @wpelevator domain name I created list of various WP brand ideas. Here are two more domains that are still available — UncoverWP-com and UnwrapWP-com. Feel free to use them for your project!

On October 17, 2024 at 13:48

Today I learned that the GitHub Checkout actions sets the http.[..].extraheader config flag which silently applies to all git commands and prevents the use of any other tokens. Even with all my effort to isolate the CI tasks from the runner environment, this one config leaked through…