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…
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…
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…
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…
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,…
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…
1 min read 0 Code Adding Random Content to WordPress via WP CLI Curtis McHale May 18, 2023 Right now I’m working on a Google Analytics 4 integration that needs some data and views. To get the clicks/views…