1 min read 0 Code Use nix search on macOS Curtis McHale March 13, 2024 nix-shell is an excellent package manager for any macOS in large part because it doesn’t install things globally so you…
3 min read 0 Code LocalWP and Homebrew Conflicts Curtis McHale March 8, 2024 Like an idiot while I was going to do a “quick” bit of work to get ahead for next week…
2 min read 1 Code eCommerce MailPoet Wastes Developer Time Curtis McHale November 27, 2023 I use MailPoet on my personal site to run my email lists and that means I sometimes have it active…
1 min read 0 Code Reuben Asks – Is WordCamp Relevant to the PHP Development Community? Curtis McHale October 25, 2023 His overall answer is no, WordPress is JavaScript focused. While I think there are a few interesting sessions that Reuben…
3 min read 0 Code Enable Specific PHP Version in VVV for WP CLI Curtis McHale October 24, 2023 Out of the box Varying Vagrant Vagrants lets you define a PHP version to use for each site you’re adding…
1 min read 0 Code Deleting 20,000 Spam WordPress Users with WP CLI Curtis McHale July 20, 2023 While doing a site inspection I noticed that we had over 20,000 spam subscribers on the site with addresses that…
2 min read 0 Code Traversing Directories to Pull Git Repositories Curtis McHale June 26, 2023 My current WordPress project has multiple custom plugins and themes with different repositories. Since I manage 80+ sites, I also…
3 min read 0 Code Adding Plugin Version Number to Enqueued Scripts and Styles Curtis McHale June 6, 2023 For a long time, I manually changed the $version parameter when I was using wp_enqueue_script or wp_enqueue_style. At some point,…
1 min read 0 Code Chrome Update Not Quite Working in Fedora 38 Curtis McHale May 30, 2023 After running sudo dnf update && sudo dnf upgrade today Chrome wasn’t working as expected. Icons weren’t showing on the…
3 min read 0 Code Your Code Should Gracefully Degrade Curtis McHale May 30, 2023 One of the biggest tips I’d give to any new programmers is that your code should gracefully degrade. Let’s look…