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…
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…
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…
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…