2 min read 0 Code wp search-replace on Gravity Forms tables Curtis McHale March 21, 2025 TIL, that if you run wp search-replace old@email.com new@email.com it won’t actually change all instances in your database. In my…
3 min read 0 Code Export WordPress Custom Post Data to CSV format Curtis McHale March 4, 2025 While doing a recent evaluation of a customer site we needed to export a bunch of data for each post…
1 min read 0 Code Caching Auth0 API responses in Laravel Curtis McHale February 24, 2025 In the app I’m working on we use Auth0 to handle our login system and then authorize sites over to…
3 min read 0 Code Events Manager Redis Caching fix Curtis McHale February 18, 2025 When using the WordPress plugin Events Manager with Redis Cache you’ll find that your taxonomies don’t update as expected due…
1 min read 0 Code Ross has the same journey as me with WordPress themes Curtis McHale December 10, 2024 Just like Ross I’ve had to dance around the current state of WordPress themes and find the docs to be…
1 min read 0 Code Compressing Images and PDFs with bash Curtis McHale November 10, 2024 As I’m looking to save us some money with our Google Cloud Storage bill I did some research and built…
2 min read 0 Code Deleting Gravity Forms Spam Entries Curtis McHale October 23, 2024 Over the last week we had a form get noticed by spam bots and get over 100,000 entries without us…
1 min read 0 Code Redirect unauthenticated users in Laravel 11 Curtis McHale October 11, 2024 It took me a bit to find this answer so hopefully I’m saving you time. As described in the Laravel…
1 min read 0 Code Configure Newsboat with Nix Home Manager Curtis McHale October 8, 2024 I assume you have nix installed as a package manager at least if not the whole NixOS thing and a…
1 min read 0 Code SQLite WAL in Laravel Curtis McHale October 7, 2024 As I set up a new Laravel project with SQLite I’ve found many references to enabling Write Ahead Logging being…