I recently needed to share a LemonSqueezy product link which already included the discount. You know, so it’s already applied to the checkout. The LemonSqueezy documentation is a bit scarce on this, but I figured out how to do it and wanted to share it with you all. Hope this helps your scenario, but let…
When you’ve enabled plugins to be automatically updated by WordPress, you get a confirmation email every single time that happens. This may not what you want, so fortunately, we have a filter available to us: Just add this to your theme’s functions.php or site core functionality plugin. Either will do, emails will stop. Bonus If…
I’m happy to announce I won’t just be going to WordCamp Switzerland, I will also be speaking! My topic of choice is titled “WooCommerce, but faster!”. It will cover the following: Remkus will cover everything about making WooCommerce faster. The things you have thought of, but also the things you have not thought of. Creating a…
Whenever I need to do anything “bulk” in WordPress, I do this with WP CLI. It’s just a smarter, faster, and more performant way of doing things. Bulk deleting posts in WordPress with WP CLI then becomes a super simple exercise. Here’s How That’s it. Let me know if you’re running into any issues. I’d…