1 min read 0 Code Laravel file_put_contents issue Curtis McHale September 30, 2024 I’m new to Laravel and while I had a working project via docker compose on my laptop 2 weeks ago,…
1 min read 0 Code Really HTMX is the Big Deal for WordPress? Curtis McHale May 12, 2024 I just read this article on HTMX being a big deal for WordPress and I just don’t see it. To…
3 min read 0 Code Making Bolded Text Accessible Curtis McHale May 9, 2024 Bold or italics in text is often used by sighted users as described in style guides to represent book titles…
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…